mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Change to gp2. Better pricing, IOPS and space
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…
Reference in New Issue