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?
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?