openvidu-deployment: Change to gp2. Better pricing, IOPS and space
This commit is contained in:
parent
5c6ceab30c
commit
b3705c3189
@ -337,10 +337,9 @@ Resources:
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
VolumeType: io1
|
||||
Iops: 200
|
||||
VolumeType: gp2
|
||||
DeleteOnTermination: true
|
||||
VolumeSize: 100
|
||||
VolumeSize: 200
|
||||
|
||||
MyEIP:
|
||||
Type: 'AWS::EC2::EIPAssociation'
|
||||
|
||||
@ -672,10 +672,9 @@ Resources:
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
VolumeType: io1
|
||||
Iops: 200
|
||||
VolumeType: gp2
|
||||
DeleteOnTermination: true
|
||||
VolumeSize: 100
|
||||
VolumeSize: 200
|
||||
|
||||
KMSSecurityGroup:
|
||||
Type: 'AWS::EC2::SecurityGroup'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user