lexicon
lexicon copied to clipboard
AWS signature does not match
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!
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.
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.