-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |