-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
aws_macie_member_account_association tries to call macie.region.amazonaws.com, but that hostname doesn't resolve in DNS externally #10172
Comments
@scumola According to the AWS documentation. Amazon Macie is currently only available in the |
Hey @scumola 👋 Thank you for taking the time to file this issue! Given the comment above, and that there's been a number of AWS provider releases since you initially filed it, can you confirm whether you're still experiencing this behavior? |
This functionality has been released in v5.0.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Not really sure if this is a terraform issue (should it be calling a different endpoint?) or an AWS issue (should macie.region.amazonaws.com resolve externally?) or can this just not be run outside of AWS maybe?
aws_macie_member_account_association tries to call macie.region.amazonaws.com, but that hostname doesn't resolve in DNS externally.
$ host macie.us-east-2.amazonaws.com
Host macie.us-east-2.amazonaws.com not found: 3(NXDOMAIN)
The error from Terraform:
Error: Error creating Macie member account association: RequestError: send request failed
caused by: Post https://macie.us-east-2.amazonaws.com/: dial tcp: lookup macie.us-east-2.amazonaws.com on mydns.domain.com:53: no such host
I've checked DNS in several locations and it doesn't resolve external to AWS at all from anywhere.
The text was updated successfully, but these errors were encountered: