-
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 Asia Pacific (Hong Kong) Region now open #8433
Comments
Submitted a PR to support this new region. However it seems that aws-sdk-go doesn't yet support ap-east-1. |
AWS Go SDK v1.19.18 (#8440) should add automatic region validation. 👍 |
With #8440 it passes our region validation, but it looks like STS has not been fully initialized in the new region yet:
Enabling debug logging shows 403 Forbidden errors while the same credentials work elsewhere.
Setting the STS endpoint in Terraform to https://sts.amazonaws.com yields another interesting error:
|
Doh! Helps to read the blog post. 😅 Region needs to be enabled.
|
The following support for the new
For any additional feature requests or bug reports with this new region, please create new GitHub issues. Thanks! |
This has been released in version 2.8.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
ap-east-1
is now open.Guidance on adding support for a new AWS Region:
The text was updated successfully, but these errors were encountered: