-
Notifications
You must be signed in to change notification settings - Fork 110
[Enhancement] Add ability to provide a list of Availability Zones for subnet placement #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added support for providing specific az's to use by providing variable `azs` as a substitute for `az_count`. Use case is when customers wish to deploy the VPC in specific AZs where other services or service endpoints are deployed to optimize for cost and performance (latency). Signed-off-by: Adrian Begg <[email protected]>
- Added precondition and postcondition validators to ensure exactly one input provided and to validate azs provided - Added example for providing specific az use case Signed-off-by: Adrian Begg <[email protected]>
Signed-off-by: Adrian Begg <[email protected]>
Signed-off-by: Adrian Begg <[email protected]>
|
@AdrianBegg reminder to fix up the merge conflict |
|
Thanks @tlindsay42 for the reminder 👍 have fixed up the conflict and should hopefully be ready for review |
pablo19sc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks amazing! Thanks @AdrianBegg for this!
|
Looks like this is pending review for quite some time. Any chance we can get this merged? Like new conflicts since @AdrianBegg fixed previously. |
|
Hi! I will work today in resolving conflicts and merging - just waiting to have a minor fix merge first. Sorry for the delay! |
pablo19sc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
g2g
Closes #123