openvidu-deployment: single node & elastic - reorganize parameter groups

master
cruizba 2025-09-06 21:44:34 +02:00
parent 08cfbcce64
commit b549fdba51
3 changed files with 13 additions and 22 deletions

View File

@ -204,10 +204,6 @@ Parameters:
Metadata:
'AWS::CloudFormation::Interface':
ParameterGroups:
- Label:
default: SSH Access configuration
Parameters:
- KeyName
- Label:
default: Domain and SSL certificate configuration
Parameters:
@ -220,6 +216,7 @@ Metadata:
default: EC2 Instance configuration
Parameters:
- InstanceType
- KeyName
- AmiId
- Label:
default: S3 bucket for application data and recordings

View File

@ -382,15 +382,6 @@ Parameters:
Metadata:
'AWS::CloudFormation::Interface':
ParameterGroups:
- Label:
default: SSH Access configuration
Parameters:
- KeyName
- Label:
default: OpenVidu Elastic configuration
Parameters:
- OpenViduLicense
- RTCEngine
- Label:
default: Domain and SSL certificate configuration
Parameters:
@ -399,11 +390,17 @@ Metadata:
- DomainName
- OwnPublicCertificate
- OwnPrivateCertificate
- Label:
default: OpenVidu Elastic configuration
Parameters:
- OpenViduLicense
- RTCEngine
- Label:
default: EC2 Instance configuration
Parameters:
- MasterNodeInstanceType
- MediaNodeInstanceType
- KeyName
- AmiId
- Label:
default: Media Nodes Autoscaling Group configuration

View File

@ -219,15 +219,6 @@ Parameters:
Metadata:
'AWS::CloudFormation::Interface':
ParameterGroups:
- Label:
default: SSH Access configuration
Parameters:
- KeyName
- Label:
default: OpenVidu Single Node PRO configuration
Parameters:
- OpenViduLicense
- RTCEngine
- Label:
default: Domain and SSL certificate configuration
Parameters:
@ -236,10 +227,16 @@ Metadata:
- DomainName
- OwnPublicCertificate
- OwnPrivateCertificate
- Label:
default: OpenVidu Single Node PRO configuration
Parameters:
- OpenViduLicense
- RTCEngine
- Label:
default: EC2 Instance configuration
Parameters:
- InstanceType
- KeyName
- AmiId
- Label:
default: S3 bucket for application data and recordings