File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
- ###############################################################################
2
- ## Find your default VPC in the console, and fill in the VPC ID and subnet IDs
3
- ## below. If you have more or less than three AZs and subnets in your region,
4
- ## adjust the number of Subnet Option and Mount Target Resource entries to
5
- ## match.
6
- ###############################################################################
7
-
8
1
Parameters:
9
- EFSFileSystemName:
2
+ EFSFileSystemName:
10
3
Type: String
11
4
Description: "The name of the file system"
12
5
Default: "EB-EFS-FileSystem"
13
- PerformanceMode:
6
+ PerformanceMode:
14
7
Type: String
15
8
Description: "The performance mode: *generalPurpose* or *maxIO*"
16
9
Default: "generalPurpose"
@@ -74,7 +67,7 @@ Resources:
74
67
GroupDescription: Security group for mount target
75
68
VpcId: {Ref: VPCId}
76
69
77
- MountTargetSecurityGroupIngress:
70
+ MountTargetSecurityGroupIngress:
78
71
Type: AWS::EC2::SecurityGroupIngress
79
72
Properties:
80
73
GroupId:
You can’t perform that action at this time.
0 commit comments