-
Notifications
You must be signed in to change notification settings - Fork 123
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
upbound aws provider fails to create/delete SNS topic on china due to bad aws partition (shall be aws-cn and not aws) #881
Comments
Please ensure that all upbound components use aws partition as a parameter and not hardcoded aws |
it seems that some info in the issue has not been update: |
any progress? |
@yebolenko, could you please fill in the description properly? Reproduction steps, the MRs you used, expected and actual behavior. |
It's always reproducible. You just need to create/delete SNS topic on aws region cn-north-1 (china). |
any update? it's URGENT issue for us. We cannot use SNS and (maybe other components) on china. |
Please provide the requested information in the description. |
Providing again all details:What happened? When SNS topic shall be created/deleted, it fails with the following error: |
As I said above, it seems that we already have similar issue (with the same root cause, that hardcoded aws partition is used) for GOV |
Hi @yebolenko, Thank you for raising this issue, it can be reproducible with the following MR:
This issue will be sorted and handled according to the prioritization policy. |
Fatih, thank you. Please let me know when it will be resolved. As I said, it's not only SNS. It's a general issue with hardcoded aws partition Id (aws:) and I believe that some global fix is required (which will fix in general special regions such as China and AWS GOV) |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as |
This issue is being closed since there has been no activity for 14 days since marking it as |
The issue still exists, failed to create sns topic in region cn-northwest-1 with the same error. |
What happened?
How can we reproduce it?
What environment did it happen in?
The text was updated successfully, but these errors were encountered: