mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: Increased AMI size for OpenVidu PRO AMI
parent
8bdb5ba8be
commit
1bff7194f3
|
@ -104,6 +104,13 @@ Resources:
|
||||||
Tags:
|
Tags:
|
||||||
- Key: Name
|
- Key: Name
|
||||||
Value: !Ref AWS::StackName
|
Value: !Ref AWS::StackName
|
||||||
|
BlockDeviceMappings:
|
||||||
|
- DeviceName: /dev/sda1
|
||||||
|
Ebs:
|
||||||
|
VolumeType: gp2
|
||||||
|
Iops: 100
|
||||||
|
DeleteOnTermination: true
|
||||||
|
VolumeSize: 10
|
||||||
UserData:
|
UserData:
|
||||||
"Fn::Base64":
|
"Fn::Base64":
|
||||||
!Sub |
|
!Sub |
|
||||||
|
|
Loading…
Reference in New Issue