deployment: Rename some wrong descriptions for CF of external-turn

pull/797/head
cruizba 2023-03-28 23:44:18 +02:00
parent 1943d2f2e6
commit 4ed42cee1d
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ Parameters:
ConstraintDescription: Turn secret is mandatory. ConstraintDescription: Turn secret is mandatory.
InstanceType: InstanceType:
Description: "Specifies the EC2 instance type for your OpenVidu instance" Description: "Specifies the EC2 instance type for your TURN instance"
Type: String Type: String
Default: c5.xlarge Default: c5.xlarge
AllowedValues: AllowedValues:
@ -68,7 +68,7 @@ Parameters:
ConstraintDescription: "Must be a valid EC2 instance type" ConstraintDescription: "Must be a valid EC2 instance type"
KeyName: KeyName:
Description: "Name of an existing EC2 KeyPair to enable SSH access to the instance. It is mandatory to perform some administrative tasks of OpenVidu." Description: "Name of an existing EC2 KeyPair to enable SSH access to the instance. It is mandatory to perform some administrative tasks to the TURN server."
Type: 'AWS::EC2::KeyPair::KeyName' Type: 'AWS::EC2::KeyPair::KeyName'
ConstraintDescription: "must be the name of an existing EC2 KeyPair" ConstraintDescription: "must be the name of an existing EC2 KeyPair"
@ -322,7 +322,7 @@ Resources:
WebServerSecurityGroup: WebServerSecurityGroup:
Type: 'AWS::EC2::SecurityGroup' Type: 'AWS::EC2::SecurityGroup'
Properties: Properties:
GroupDescription: SSH, Proxy and OpenVidu WebRTC Ports GroupDescription: SSH, Proxy and Turn necessaty ports
SecurityGroupIngress: SecurityGroupIngress:
- IpProtocol: tcp - IpProtocol: tcp
FromPort: 22 FromPort: 22
@ -359,5 +359,5 @@ Resources:
Outputs: Outputs:
TurnServerURI: TurnServerURI:
Description: Use this URL to connect OpenVidu Server Description: Use this URL to connect the TURN Server
Value: !Sub 'turns://${MyDomainName}:443?transport=tcp' Value: !Sub 'turns://${MyDomainName}:443?transport=tcp'