Merge pull request #186 from rstudio/encrypt-ebs-and-imdsv2

Encrypt the ebs and use IMDSv2, with the hop limit of 2 since ECS
This commit is contained in:
Joshua C. Forest 2023-08-31 16:47:49 -04:00 committed by GitHub
commit 38a5ca136b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,10 @@ rBuildsEcsLaunchTemplate:
Ebs:
VolumeType: gp3
VolumeSize: 96
Encrypted: true
MetadataOptions:
HttpTokens: required
HttpPutResponseHopLimit: 2
rBuildsBatchComputeEnvironment:
Type: AWS::Batch::ComputeEnvironment