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:
|
BlockDeviceMappings:
|
||||||
- DeviceName: /dev/sda1
|
- DeviceName: /dev/sda1
|
||||||
Ebs:
|
Ebs:
|
||||||
VolumeType: io1
|
VolumeType: gp2
|
||||||
Iops: 200
|
|
||||||
DeleteOnTermination: true
|
DeleteOnTermination: true
|
||||||
VolumeSize: 100
|
VolumeSize: 200
|
||||||
|
|
||||||
MyEIP:
|
MyEIP:
|
||||||
Type: 'AWS::EC2::EIPAssociation'
|
Type: 'AWS::EC2::EIPAssociation'
|
||||||
|
|
|
@ -672,10 +672,9 @@ Resources:
|
||||||
BlockDeviceMappings:
|
BlockDeviceMappings:
|
||||||
- DeviceName: /dev/sda1
|
- DeviceName: /dev/sda1
|
||||||
Ebs:
|
Ebs:
|
||||||
VolumeType: io1
|
VolumeType: gp2
|
||||||
Iops: 200
|
|
||||||
DeleteOnTermination: true
|
DeleteOnTermination: true
|
||||||
VolumeSize: 100
|
VolumeSize: 200
|
||||||
|
|
||||||
KMSSecurityGroup:
|
KMSSecurityGroup:
|
||||||
Type: 'AWS::EC2::SecurityGroup'
|
Type: 'AWS::EC2::SecurityGroup'
|
||||||
|
|
Loading…
Reference in New Issue