Increase ECS volume size to 96 GiB
This commit is contained in:
parent
92ef513670
commit
1e34ec86b5
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ rBuildsEcsLaunchTemplate:
|
||||||
- DeviceName: /dev/xvdcz
|
- DeviceName: /dev/xvdcz
|
||||||
Ebs:
|
Ebs:
|
||||||
VolumeType: gp3
|
VolumeType: gp3
|
||||||
VolumeSize: 64
|
VolumeSize: 96
|
||||||
|
|
||||||
rBuildsBatchComputeEnvironment:
|
rBuildsBatchComputeEnvironment:
|
||||||
Type: AWS::Batch::ComputeEnvironment
|
Type: AWS::Batch::ComputeEnvironment
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue