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:
commit
38a5ca136b
1 changed files with 4 additions and 0 deletions
|
|
@ -84,6 +84,10 @@ rBuildsEcsLaunchTemplate:
|
|||
Ebs:
|
||||
VolumeType: gp3
|
||||
VolumeSize: 96
|
||||
Encrypted: true
|
||||
MetadataOptions:
|
||||
HttpTokens: required
|
||||
HttpPutResponseHopLimit: 2
|
||||
|
||||
rBuildsBatchComputeEnvironment:
|
||||
Type: AWS::Batch::ComputeEnvironment
|
||||
|
|
|
|||
Loading…
Reference in a new issue