Skip to content

Commit

Permalink
Removing redundant description and a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abika5 committed Jul 15, 2020
1 parent 6b43bd2 commit ddc0b63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mlcluster-vpc.template
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Parameters:
MaxValue: '2'
Default: '0'
KeyName:
Description: Name of and existing EC2 KeyPair to enable SSH access to the instance.
Description: Name of an existing EC2 KeyPair to enable SSH access to the instance.
Type: String
NumberOfZones:
Description: Total number of Availability Zones. 1 or 3.
Expand Down Expand Up @@ -309,15 +309,13 @@ Parameters:
ConstraintDescription: CIDR block must be in format x.x.x.x/16-28
PrivateSubnet2Cidr:
Description: CIDR Block for the private subnet 2. Only applicable to multi-zone cluster.
Only applicable to multi-zone cluster.
Type: String
AllowedPattern: >-
^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(1[6-9]|2[0-8]))$
Default: 10.0.32.0/23
ConstraintDescription: CIDR block must be in format x.x.x.x/16-28
PrivateSubnet3Cidr:
Description: CIDR Block for the private subnet 3. Only applicable to multi-zone cluster.
Only applicable to multi-zone cluster.
Type: String
AllowedPattern: >-
^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(1[6-9]|2[0-8]))$
Expand All @@ -332,15 +330,13 @@ Parameters:
ConstraintDescription: CIDR block must be in format x.x.x.x/16-28
PublicSubnet2Cidr:
Description: CIDR Block for the public subnet 2. Only applicable to multi-zone cluster.
Only applicable to multi-zone cluster.
Type: String
AllowedPattern: >-
^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(1[6-9]|2[0-8]))$
Default: 10.0.128.0/23
ConstraintDescription: CIDR block must be in format x.x.x.x/16-28
PublicSubnet3Cidr:
Description: CIDR Block for the public subnet 3. Only applicable to multi-zone cluster.
Only applicable to multi-zone cluster.
Type: String
AllowedPattern: >-
^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/(1[6-9]|2[0-8]))$
Expand Down

0 comments on commit ddc0b63

Please sign in to comment.