[Bug 688773] Re: euca2ools give 'SignatureDoesNotMatch' error

Scott Moser smoser at canonical.com
Mon Dec 13 19:00:30 GMT 2010


@Mathias,
  testing requires that you have an ec2 (or UEC) account set up.

If you did have access to an AWS secret key and access key, recreating
would look like:

$ cat > .eucarc <<"EOF"
aws_access_key="AAAAAAAAAAAAAAAAAAAA"  # your key here
aws_secret_key="BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB" # your key here
EC2_URL=https://ec2.amazonaws.com
EC2_ACCESS_KEY=${aws_access_key}
EC2_SECRET_KEY=${aws_secret_key}
EOF
$ euca-describe-instances
SignatureDoesNotMatch: 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.
$ python --version
Python 2.7.1+

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/688773

Title:
  euca2ools give 'SignatureDoesNotMatch' error



More information about the Ubuntu-server-bugs mailing list