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:
339
339
OwnerGid : " 1000"
340
340
Permissions : " 755"
341
341
342
+ # Create EFS mount targets in the first subnet
342
343
MigrationsFileSystemMountTarget :
343
344
Type : AWS::EFS::MountTarget
344
345
Properties :
345
- FileSystemId :
346
- Ref : MigrationsFileSystem
347
- SubnetId :
348
- " Fn::Select " : [0, {"Ref": "SubnetIds"}]
346
+ FileSystemId : !Ref MigrationsFileSystem
347
+ SubnetId : !Select [0, !Ref SubnetIds]
349
348
SecurityGroups :
350
- - {" Ref": " ECSSecurityGroup"}
349
+ - ! Ref ECSSecurityGroup
351
350
352
351
Outputs :
353
352
ClusterName :
Original file line number Diff line number Diff line change 12
12
"efsVolumeConfiguration": {
13
13
"fileSystemId": "${EFS_ID}",
14
14
"rootDirectory": "/migrations",
15
- "transitEncryption": "ENABLED",
16
- "authorizationConfig": {
17
- "iam": "ENABLED"
18
- }
15
+ "transitEncryption": "DISABLED"
19
16
}
20
17
}
21
18
],
You can’t perform that action at this time.
0 commit comments