You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the script create_cfn_stack.py the create_bucket function fails for certain regions with the following error:
A client error (IllegalLocationConstraintException) occurred when calling the CreateBucket operation: The unspecified location constraint is incompatible for the region specific endpoint this request was sent to.
In the script
create_cfn_stack.py
thecreate_bucket
function fails for certain regions with the following error:A client error (IllegalLocationConstraintException) occurred when calling the CreateBucket operation: The unspecified location constraint is incompatible for the region specific endpoint this request was sent to.
Upon searching a bit I landed on this issue aws/aws-cli#2603
For now I have mitigated the issue by modifying the code for my region and adding the
LocationConstraint
However I think the script can be modified to accommodate for this so it doesn't fail.
The text was updated successfully, but these errors were encountered: