lexicon icon indicating copy to clipboard operation
lexicon copied to clipboard

AWS signature does not match

Open mcblum opened this issue 5 years ago • 2 comments

Hi -- does anyone know why I would be getting this error?

ClientError: An error occurred (SignatureDoesNotMatch) when calling the ListHostedZonesByName 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.

Google says to update the aws cli but that doesn't seem to work!

mcblum avatar Sep 28 '19 02:09 mcblum

This happens when you use a different region to sign the request than where your resource is located. That or your access keys have errors, like your access secret not matching your access key.

trinopoty avatar Dec 04 '19 16:12 trinopoty

Just ran into this, turned out the servers time was out of sync. enabling ntp and rebooting solved it for me. Run timedatectl to see if you're out of sync.

willfarrell avatar Mar 05 '20 01:03 willfarrell