Skip to content

Commit bed64f5

Browse files
committed
Merge branch 'EncryptEbsInAdminNode' into 'develop'
Encrypt EBS in AD admin node by default See merge request mwvaughn/aws-hpc-recipes!105
2 parents a665306 + ee7a421 commit bed64f5

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
@@ -471,6 +471,12 @@ Resources:
471471
Tags:
472472
- Key: "Name"
473473
Value: !Sub [ "AdDomainAdminNode-${StackIdSuffix}", {StackIdSuffix: !Select [1, !Split ['/', !Ref 'AWS::StackId']]}]
474+
BlockDeviceMappings:
475+
- DeviceName: /dev/xvda
476+
Ebs:
477+
VolumeSize: 8
478+
VolumeType: gp2
479+
Encrypted: true
474480
UserData:
475481
Fn::Base64:
476482
!Sub

0 commit comments

Comments
 (0)