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
Copy file name to clipboardExpand all lines: recipes/res/res_demo_env/assets/bi.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ Parameters:
35
35
Type: String
36
36
Default: ""
37
37
EnvironmentName:
38
-
Description: (Optional) EnvironmentName must start with "res-"and should be less than or equal to 11 characters. Required to generate certificates.
38
+
Description: (Optional) EnvironmentName must start with "res-" without capital letters and should be less than or equal to 11 characters. Required to generate certificates.
39
39
Type: String
40
-
AllowedPattern: ^$|^res-[A-Za-z\-\_0-9]{0,7}$
40
+
AllowedPattern: ^$|^res-[a-z\-\_0-9]{0,7}$
41
41
Default: res-demo
42
42
AdminPassword:
43
43
Description: (Optional) Provide the Active Directory Administrator Account Password Directly or Resource ARN to Secret Containing Password.
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)
57
51
SecurityGroupName:
58
52
Type: String
59
53
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.
60
54
Default: ""
55
+
ClientIpCidr:
56
+
Type: String
57
+
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)
61
61
KmsKeyId:
62
62
Type: String
63
63
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.
@@ -84,9 +84,9 @@ Parameters:
84
84
OntapHAPairs:
85
85
Type: Number
86
86
Description: Number of high-availability (HA) pairs of file servers will power your file system. Default is set to 1 HA pair.
87
-
ConstraintDescription: "Minimum: 1 HA pair"
88
87
Default: 1
89
88
MinValue: 1
89
+
ConstraintDescription: "Minimum: 1 HA pair"
90
90
OntapDiskIopsMode:
91
91
Type: String
92
92
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.
@@ -97,15 +97,15 @@ Parameters:
97
97
OntapDiskIops:
98
98
Type: Number
99
99
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.
100
-
ConstraintDescription: "Minimum: 3,072 SSD IOPS"
101
100
Default: 3072
102
101
MinValue: 3072
102
+
ConstraintDescription: "Minimum: 3,072 SSD IOPS"
103
103
OntapThroughputCapacity:
104
104
Type: Number
105
105
Description: Throughput capacity for the file system (MBps). Default is set to 384 MBps.
106
-
ConstraintDescription: "Minimum: 384 MBps"
107
106
Default: 384
108
107
MinValue: 384
108
+
ConstraintDescription: "Minimum: 384 MBps"
109
109
OntapSecurityStyle:
110
110
Type: String
111
111
Description: Security style of the file system's volumes. Default is set to UNIX.
@@ -117,9 +117,9 @@ Parameters:
117
117
OntapVolumeJunctionPath:
118
118
Type: String
119
119
Description: The location in the storage virtual machine's namespace where the non-root volume is mounted. Default is set to /vol1.
120
-
ConstraintDescription: "Must start with /"
121
120
Default: "/vol1"
122
121
AllowedPattern: "^/[a-zA-Z0-9-_/]+$"
122
+
ConstraintDescription: "Must start with /"
123
123
EnableActiveDirectory:
124
124
Type: String
125
125
Description: Enable file system to join an Active Directory. Required for Windows SMB clients to mount file system. Default is set to false.
@@ -138,9 +138,9 @@ Parameters:
138
138
ServiceAccountCredentialsSecretArn:
139
139
Type: String
140
140
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.
141
-
ConstraintDescription: "Secret name can be 512 characters long and may include letters, numbers, and the following characters: /_+=.@-."
0 commit comments