Merge pull request #137 from rstudio/bump-ecs-volume

Increase ECS volume size to 96 GiB
This commit is contained in:
Greg Lin 2022-08-25 12:25:45 -05:00 committed by GitHub
commit 254e1ac65f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ rBuildsEcsLaunchTemplate:
- DeviceName: /dev/xvdcz
Ebs:
VolumeType: gp3
VolumeSize: 64
VolumeSize: 96
rBuildsBatchComputeEnvironment:
Type: AWS::Batch::ComputeEnvironment