openvidu-deployment: Default value for instances: c5.xlarge

pull/553/head
cruizba 2020-11-05 16:57:24 +01:00
parent 40b0c524f0
commit c3d9fbb60e
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ Parameters:
InstanceType:
Description: "Specifies the EC2 instance type for your OpenVidu instance"
Type: String
Default: t2.xlarge
Default: c5.xlarge
AllowedValues:
- t2.large
- t2.xlarge

View File

@ -99,7 +99,7 @@ Parameters:
AwsInstanceTypeOV:
Description: "Specifies the EC2 instance type for your OpenVidu Server Pro Node"
Type: String
Default: t2.xlarge
Default: c5.xlarge
AllowedValues:
- t2.large
- t2.xlarge
@ -139,7 +139,7 @@ Parameters:
AwsInstanceTypeKMS:
Description: "Specifies the EC2 instance type for your Media Nodes"
Type: String
Default: t2.xlarge
Default: c5.xlarge
AllowedValues:
- t2.large
- t2.xlarge