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:
|
||||
- Key: Name
|
||||
Value: !Ref AWS::StackName
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
VolumeType: gp2
|
||||
Iops: 100
|
||||
DeleteOnTermination: true
|
||||
VolumeSize: 10
|
||||
UserData:
|
||||
"Fn::Base64":
|
||||
!Sub |
|
||||
|
|
Loading…
Reference in New Issue