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 10:57:41 -04:00
commit 5f5418baf1

View file

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