We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I always receive the following error:
{"message":"Credential should be scoped to a valid region, not 'eu-west-1'. "}
I've confirmed that my aws cli is configured correctly:
$ aws sts get-caller-identity --profile <profile name> { "UserId": "", "Account": "", "Arn": "arn:aws:iam:::user/" } $ aws-es-curl --profile <profile name> -X GET https://<endpoint>.<region>.es.amazonaws.com {"message":"Credential should be scoped to a valid region, not 'eu-west-1'. "} $
Has anyone else seen this?
The text was updated successfully, but these errors were encountered:
Try running with --region your-region?
--region your-region
Sorry, something went wrong.
Alternatively you can set the AWS_DEFAULT_REGION environment variable in your shell to the region you wish to use.
No branches or pull requests
I always receive the following error:
{"message":"Credential should be scoped to a valid region, not 'eu-west-1'. "}
I've confirmed that my aws cli is configured correctly:
Has anyone else seen this?
The text was updated successfully, but these errors were encountered: