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

MWAA - Using S3 VPC Interface Endpoint fails the connectivity checks #231

Open
adadouche opened this issue Jul 2, 2024 · 0 comments
Open

Comments

@adadouche
Copy link

When using the "private" mode, the check will fail as the S3 VPC Interface Endpoint will include DnsEntries that includes a wildcard.

In the get_ip_address function, the DnsEntries is the first in the list which might be something like *.vpce-xxxxxxxxx-xxxxxxxxx.s3.eu-west-3.vpce.amazonaws.com.

This will fail the call to hostname = endpoint[0]['DnsEntries'][0]['DnsName'].

All other VPC endpoints used by MWAA don't include a "*" in their DNS Names.

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

No branches or pull requests

1 participant