Skip to content

Commit

Permalink
Updated dependency and default values in a template
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash P committed Dec 3, 2017
1 parent 60f0f6a commit be31cae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Modules|DependsOn|Expected Time
-------|---------|-------------
[Prerequisites](docs/prerequisites.md)|N/A|5 Minutes
[Create AWS Organization and sub accounts](docs/create-orgs.md)|Prerequisites|10 Minutes
[Create Active Directory for SSO](docs/lz-ad-sso.md)|Create AWS Organization and sub accounts|5 Minutes
[Prepare accounts for CloudFormation StackSet](docs/cfn-stackset-prepare.md)|Create AWS Organization and sub accounts|10 Minutes
[Configure Config and CloudTrail on all accounts](docs/security-baseline.md)|Prepare accounts for CloudFormation StackSet|15 Minutes
[Create Active Directory for SSO](docs/lz-ad-sso.md)|Prepare accounts for CloudFormation StackSet|5 Minutes
[Configure Centralized Logging](docs/centralized-logging.md)|Configure Config and CloudTrail on all accounts|5 Minutes
[Configure trust relationship between AD on EC2 and AD on DS](docs/configure-trust-relationship.md)|Create Active Directory for SSO|15 Minutes
[Deploy and Configure Cross Account Manager](docs/cross-account-manager.md)|Configure trust relationship between AD on EC2 and AD on DS|20 Minutes
Expand Down
10 changes: 5 additions & 5 deletions templates/landing-zone-active-directories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,26 +341,26 @@ Parameters:
DSPrivateSubnet1CIDR:
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]))$
ConstraintDescription: CIDR block parameter must be in the form x.x.x.x/16-28
Default: 10.0.0.0/19
Default: 10.1.0.0/19
Description: CIDR block for private subnet 1 located in Availability Zone 1.
Type: String
DSPrivateSubnet2CIDR:
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]))$
ConstraintDescription: CIDR block parameter must be in the form x.x.x.x/16-28
Default: 10.0.32.0/19
Default: 10.1.32.0/19
Description: CIDR block for private subnet 2 located in Availability Zone 2.
Type: String
DSPublicSubnet1CIDR:
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]))$
ConstraintDescription: CIDR block parameter must be in the form x.x.x.x/16-28
Default: 10.0.128.0/20
Default: 10.1.128.0/20
Description: CIDR Block for the public DMZ subnet 1 located in Availability Zone
1
Type: String
DSPublicSubnet2CIDR:
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]))$
ConstraintDescription: CIDR block parameter must be in the form x.x.x.x/16-28
Default: 10.0.144.0/20
Default: 10.1.144.0/20
Description: CIDR Block for the public DMZ subnet 2 located in Availability Zone
2
Type: String
Expand All @@ -385,7 +385,7 @@ Parameters:
DSVPCCIDR:
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]))$
ConstraintDescription: CIDR block parameter must be in the form x.x.x.x/16-28
Default: 10.0.0.0/16
Default: 10.1.0.0/16
Description: CIDR Block for the VPC
Type: String
Resources:
Expand Down

1 comment on commit be31cae

@evrobert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello I would like to change the files to local link instead of links to your github page..

Also for my own use as well showing howto added too someone’s account...

P.s I hope this is all right and in the right spot..

Thank you
Robert Eveleigh

Please sign in to comment.