Skip to content

Commit

Permalink
Initial template example
Browse files Browse the repository at this point in the history
  • Loading branch information
pmt4u committed Oct 3, 2019
1 parent ac497e7 commit ebd49c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# sample-cf
A sample AWS CloudFormation template

## control-tower-client-vpc.yaml
Example of VPC template to replace default VPC created by Control Tower. This is
loosely based on the VPC template used by the Landing Zones solution. It creates
one public and two private subnets, each divided between two AZs, as well as an
Internet Gateway for the public subnet and a VPC Flow Log. Actual VPC CIDR
assignment and subnet IPs are parameterized. This is intended for use as a StackSet
to deploy to multiple client accounts, wherein each client account gets a different
parameter set to define it's VPC IP range.

0 comments on commit ebd49c0

Please sign in to comment.