-
Notifications
You must be signed in to change notification settings - Fork 36
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
AWS Authentication not working in region eu-central-1 #35
Comments
did you manage to solve the issue? |
Found the same issue with ec2-consistent-snapshot: So replaced the code: line: 113-118
with:
|
PR #37 contains this fix and is awaiting a merge. |
I've included the #37 PR in a Launchpad PPA build: https://launchpad.net/~webfactory/+archive/ubuntu/ppa/+build/15758536 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excellent library - works fine in eu-west-1 and default region. Does not work in eu-central-1, and fails with the following error message:
ec2-expire-snapshots: ERROR: describe_snapshots: AuthFailure: AWS was not able to validate the provided access credentials at /usr/bin/ec2-expire-snapshots line 186.
Have tried to locate possible fixes, and suspect a pointer to the solution might be found here: alestic/ec2-consistent-snapshot#47
A possible fix with code is on the bottom on the page.
I'm no a Perl programmer myself, so sorry I can't contribute. Hope this is of help!
The text was updated successfully, but these errors were encountered: