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

feat: Add zone-cross-account-vpc-association submodule #109

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jramosf
Copy link

@jramosf jramosf commented Jul 2, 2024

Description

This PR add a new submodule to create cross-account Route53 VPC associations, using the authorization association resources (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zone-private-associate-vpcs-different-accounts.html)

Motivation and Context

For cross-account AWS documentation generally recommends using Route53Resolver. The API endpoint CreateVPCAssociationAuthorization is not even implemented in AWS Console.

However, this option is simpler as it does not require explicit resolver infrastructure (living within the VPC with specific Elastic Network Interfaces) and it does not involve cost on paying the Route53Resolver infrastructure, which makes it ideal for (most) cases.

Breaking Changes

N/A

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)

  • I have tested and validated these changes using one or more of the provided examples/* projects

  • I have executed pre-commit run -a on my pull request

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.

None yet

1 participant