File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -339,15 +339,14 @@ Resources:
339339 OwnerGid : " 1000"
340340 Permissions : " 755"
341341
342+ # Create EFS mount targets in the first subnet
342343 MigrationsFileSystemMountTarget :
343344 Type : AWS::EFS::MountTarget
344345 Properties :
345- FileSystemId :
346- Ref : MigrationsFileSystem
347- SubnetId :
348- " Fn::Select " : [0, {"Ref": "SubnetIds"}]
346+ FileSystemId : !Ref MigrationsFileSystem
347+ SubnetId : !Select [0, !Ref SubnetIds]
349348 SecurityGroups :
350- - {" Ref": " ECSSecurityGroup"}
349+ - ! Ref ECSSecurityGroup
351350
352351Outputs :
353352 ClusterName :
Original file line number Diff line number Diff line change 1212 "efsVolumeConfiguration": {
1313 "fileSystemId": "${EFS_ID}",
1414 "rootDirectory": "/migrations",
15- "transitEncryption": "ENABLED",
16- "authorizationConfig": {
17- "iam": "ENABLED"
18- }
15+ "transitEncryption": "DISABLED"
1916 }
2017 }
2118 ],
You can’t perform that action at this time.
0 commit comments