зеркало из https://github.com/mozilla/MozDef.git
Increase disk size as MozDef is 11GB (larger than 8GB)
This commit is contained in:
Родитель
ddbc827877
Коммит
c82d6b5c00
|
@ -102,6 +102,11 @@ Resources:
|
|||
IamInstanceProfile: !Ref IamInstanceProfile
|
||||
ImageId: !Ref AMIImageId
|
||||
InstanceType: !Ref InstanceType
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: "/dev/xvda"
|
||||
Ebs:
|
||||
VolumeSize: 14
|
||||
VolumeType: gp2
|
||||
KeyName: !Ref KeyName
|
||||
SecurityGroups:
|
||||
- !Ref MozDefSecurityGroupId
|
||||
|
|
Загрузка…
Ссылка в новой задаче