-
Notifications
You must be signed in to change notification settings - Fork 180
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
InvalidLocationConstraint while registering snapshot repo in s3 #253
Comments
Update: the error was because I have not created that bucket on s3. New error:
I do have the config set up in elasticsearch.yml like so:
I have policy set up like this:
|
@khinlatt Thanks for closing the issue. Out of curiosity, what was the final issue? I mean how you fixed it? |
@dadoonet the policy from this documentation did not work for me. The moment I changed it to s3 full access, it was good to go. Has anyone have that issued with the policy before? |
Not that I'm aware of. But good to know. Thanks |
@dadoonet after I have set this process up successfully on my local machine, I am doing the same on an ec2 box.
Sorry to bug you again. Could you please shed some light on this issue? I am running es1.7 and elasticsearch-cloud-aws2.7.1. Thanks a lot. Updates: |
This whole business of registering S3 buckets appears to be totally screwed up at AWS. People have been reporting problems since May and they're not responding to the issues on a timely basis. |
This might be due to the API not accepting us-east-1 for a region: boto/boto3#125 (there was also an issue opened for the javascript aws sdk) |
This is a similar problem to #73
I'm running es-1.7.3 and cloud-aws-2.7.1
When I run this to register snapshot to s3,
I get this error.
Anybody has any idea on why this error is shown? Thanks in advance!
The text was updated successfully, but these errors were encountered: