mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Default value for instances: c5.xlarge
parent
40b0c524f0
commit
c3d9fbb60e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue