-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aws-ec2): change maxAZs default for VPCs to 3
For most users, default deployments of a VPC in `us-east-1` would fail because that region has more AZs (6) than the allowed EIP allocations in an acccount (5). This is a very poor experience. Plus, it is wasteful since there is not much additional value in using more than 3 AZs for a VPC. Fixes #996.
- Loading branch information
Showing
2 changed files
with
23 additions
and
4 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