You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConstraintDescription: ClientIP must be a valid IP or network range of the form x.x.x.x/x. specify your IP/NETMASK (e.g x.x.x/32 or x.x.x.x/24 for subnet range)
51
45
SecurityGroupName:
52
46
Type: String
53
47
Description: (Optional) An existing security group to associate to the file system (must be in same VPC). If none is provided, a new security group will be created.
54
48
Default: ""
49
+
ClientIpCidr:
50
+
Type: String
51
+
Description: (Optional) If no existing security group is provided, then provide a CIDR block controlling incoming NFS and/or SMB traffic to FSx file system.
ConstraintDescription: ClientIP must be a valid IP or network range of the form x.x.x.x/x. specify your IP/NETMASK (e.g x.x.x/32 or x.x.x.x/24 for subnet range)
55
55
KmsKeyId:
56
56
Type: String
57
57
Description: (Optional) An existing ID of the AWS Key Management Service (AWS KMS) key used to encrypt Amazon FSx file system data. If none is provided, the default aws/fsx encryption key will be used.
@@ -78,9 +78,9 @@ Parameters:
78
78
OntapHAPairs:
79
79
Type: Number
80
80
Description: Number of high-availability (HA) pairs of file servers will power your file system. Default is set to 1 HA pair.
81
-
ConstraintDescription: "Minimum: 1 HA pair"
82
81
Default: 1
83
82
MinValue: 1
83
+
ConstraintDescription: "Minimum: 1 HA pair"
84
84
OntapDiskIopsMode:
85
85
Type: String
86
86
Description: Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it is using a USER_PROVISIONED value. Default is set to AUTOMATIC.
@@ -91,15 +91,15 @@ Parameters:
91
91
OntapDiskIops:
92
92
Type: Number
93
93
Description: Total number of SSD IOPS provisioned for the file system if using USER_PROVISIONED for file system's disk IOPS. Default is set to 3,072 SSD IOPS.
94
-
ConstraintDescription: "Minimum: 3,072 SSD IOPS"
95
94
Default: 3072
96
95
MinValue: 3072
96
+
ConstraintDescription: "Minimum: 3,072 SSD IOPS"
97
97
OntapThroughputCapacity:
98
98
Type: Number
99
99
Description: Throughput capacity for the file system (MBps). Default is set to 384 MBps.
100
-
ConstraintDescription: "Minimum: 384 MBps"
101
100
Default: 384
102
101
MinValue: 384
102
+
ConstraintDescription: "Minimum: 384 MBps"
103
103
OntapSecurityStyle:
104
104
Type: String
105
105
Description: Security style of the file system's volumes. Default is set to UNIX.
@@ -111,9 +111,9 @@ Parameters:
111
111
OntapVolumeJunctionPath:
112
112
Type: String
113
113
Description: The location in the storage virtual machine's namespace where the non-root volume is mounted. Default is set to /vol1.
114
-
ConstraintDescription: "Must start with /"
115
114
Default: "/vol1"
116
115
AllowedPattern: "^/[a-zA-Z0-9-_/]+$"
116
+
ConstraintDescription: "Must start with /"
117
117
EnableActiveDirectory:
118
118
Type: String
119
119
Description: Enable file system to join an Active Directory. Required for Windows SMB clients to mount file system. Default is set to false.
@@ -132,9 +132,9 @@ Parameters:
132
132
ServiceAccountCredentialsSecretArn:
133
133
Type: String
134
134
Description: Directory Service Root (Service Account) Credentials Secret ARN. The username and password for the Active Directory ServiceAccount user formatted as a username:password key/value pair.
135
-
ConstraintDescription: "Secret name can be 512 characters long and may include letters, numbers, and the following characters: /_+=.@-."
0 commit comments