Skip to content

Commit

Permalink
Updated Encrypted=true for EBS volume(s) associated with instances in…
Browse files Browse the repository at this point in the history
… the ECS cluster
  • Loading branch information
GitHub Actions committed Jan 12, 2024
1 parent c402f32 commit 5878c73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Resources:
- DeviceName: "/dev/xvdcz"
Ebs:
DeleteOnTermination: true
Encrypted: true
VolumeSize: ${docker_volume_size}
%{ if key_name != null ~}
KeyName: ${key_name}
Expand Down

0 comments on commit 5878c73

Please sign in to comment.