From ebd49c0390d5415665c7de608b62fecb6342cddd Mon Sep 17 00:00:00 2001 From: "Traub, Peter M. (pmt4u)" Date: Thu, 3 Oct 2019 13:18:48 -0400 Subject: [PATCH] Initial template example --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9aee25f..e0ecc98 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file