Skip to content

Commit ee7a421

Browse files
committed
Encrypt EBS in AD admin node by default
1 parent 3589492 commit ee7a421

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

recipes/dir/demo_managed_ad/assets/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,12 @@ Resources:
479479
Tags:
480480
- Key: "Name"
481481
Value: !Sub [ "AdDomainAdminNode-${StackIdSuffix}", {StackIdSuffix: !Select [1, !Split ['/', !Ref 'AWS::StackId']]}]
482+
BlockDeviceMappings:
483+
- DeviceName: /dev/xvda
484+
Ebs:
485+
VolumeSize: 8
486+
VolumeType: gp2
487+
Encrypted: true
482488
UserData:
483489
Fn::Base64:
484490
!Sub

0 commit comments

Comments
 (0)