openvidu-deployment: single node & elastic - reorganize parameter groups
This commit is contained in:
parent
08cfbcce64
commit
b549fdba51
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user