-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Recurring SignatureDoesNotMatch client error #995
Comments
I am running aws-cli/1.5.4. I noticed a SignatureDoesNotMatch bug closed with 1.6.0, so I'll upgrade and try my problem again. |
I have a working aws-cli/1.2.0 Python/2.7.3 Linux/3.2.0-52-virtual, however post an upgrade on one of the hosts to aws-cli/1.6.0 Python/2.7.3 Linux/3.2.0-52-virtual aws ec2 describe-instances fails with AuthFailure. very interested in finding a solution to this one. when I revert the version backwards. everything works again. so I guess 1.6.0 still has the bug |
pip install awscli==1.4.4 : seems to be last stable version, that works for me. |
I believe these issues should be fixed with the 1.6.0 release of the AWS CLI. Let us know if you're still seeing issues. |
I have run several aws commands since upgrading to 1.6.0, and I have not been able to repro my earlier errors. I will consider this ticket closed and will reopen if I run into further issues. |
Tried to remove label response-needed, but I can't. Re-closing |
Nope, I am still getting this error consistently, as well as this error when performing
Here is an example of something I've run today (after upgrading to aws-cli 1.6.0):
|
I have stayed with the 1.4.4 release. is it possible that the version of 1.6 on pypy is broken? Once my deadline around the current script I am writting is over , I am willing to re-test 1.6 |
There was another issue causing these failed requests as well. I'm working on a fix now. |
This issue has now been fixed (boto/botocore#379) and will be available in the next AWS CLI release. Thanks again for reporting. |
I am using version Actually for me it is...
It sort of seems to start happening and carries on for a while and then stops again. |
I'm on
|
Could you share:
|
Nope. Same thing. For example:
|
Interesting. And when you say you've verified these credentials work, do you mean that you've used other tools/SDKs with these same credentials and they work for you? |
These are shared credentials that are working for other people. EDIT: Ugghhh. I'm afraid it was an ID10T error. I'm not sure if it was a vim slipup or what, but a trailing character had managed to sneak its way into my config. Everything worked fine once I recreated the credentials file. |
My aws-cli version is 1.9.9 & still i'm getting same error :- [10:02:46][Step 3/7] A client error (SignatureDoesNotMatch) occurred when calling the CreateStack operation: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. Please suggest. |
Check if your system clock is inline with the region defined for the instance. |
I am running into this error consistently (roughly 40% of the time) whenever I run any aws command:
Every time this happens, I immediately run the command again, and it works every time. I have even reproduced this error by running
<aws command>; <same exact aws command>
with the former failing and latter succeeding with <1s between commands.Here is the output from
aws configure list
:And the time delta between my guest VM and my host is <1s. Any ideas?
The text was updated successfully, but these errors were encountered: