-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new version of the VPC construct
This new version allows deploying private subnets in an arbitrary number of availability zones. Outbound traffic from each private subnet is routed to a NAT gateway in a corresponding public subnet in the same availability zone. Having subnets in at least two different availability zones is required by Elastic BeanStalk. It is also recommended for any AutoScaling group to reduce the risk of instance shortages and be more resilient in case of AZ outages. ref #2
- Loading branch information
Showing
5 changed files
with
1,023 additions
and
2 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
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
Oops, something went wrong.