Skip to content
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

[Enhancement] Add ability to provide a list of Availability Zones for subnet placement #124

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AdrianBegg
Copy link
Contributor

Closes #123

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 AdrianBegg requested review from tonynv, andrew-glenn, tlindsay42 and a team as code owners July 3, 2023 08:18
@tlindsay42 tlindsay42 requested a review from pablo19sc July 3, 2023 14:06
@tlindsay42
Copy link
Member

@AdrianBegg reminder to fix up the merge conflict

@AdrianBegg
Copy link
Contributor Author

Thanks @tlindsay42 for the reminder 👍 have fixed up the conflict and should hopefully be ready for review

Copy link
Collaborator

@pablo19sc pablo19sc left a 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!

@kennschr
Copy link

Looks like this is pending review for quite some time. Any chance we can get this merged? Like new conflicts since @AdrianBegg fixed previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Add ability to provide a list of Availability Zones for subnet placement
4 participants