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

Fix subnets assigned to interface VPC endpoints #27

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

jimright
Copy link
Contributor

The subnets used in interface VPC endpoints must not be in overlapping availability zones else get a DuplicateSubnetsInSameZone error during the apply of the aws pre-reqs module. This occurs when using a semi-private deployment template when public and private subnets exist in corresponding AZs.

The error is fixed in this PR by selecting only one set of subnets to use depending on the deployment_template.

Confirmed that all deployment types work with this change.

@jimright jimright added the bug Something isn't working label Aug 25, 2023
@wmudge wmudge merged commit 0eb5f7f into cloudera-labs:main Aug 29, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants