cfstacks / stacks

Manage CloudFormation sanely with templates written in YAML
MIT License
42 stars 16 forks source link

Check your credentials error #81

Closed karnauskas closed 8 years ago

karnauskas commented 8 years ago

AWS_DEFAULT_REGION and AWS_DEFAULT_PROFILE env vars are set. Profile information stored in ~/.aws/credentials.

Permissions seems OK:

$ aws cloudformation describe-stacks
{
    "Stacks": []
}

Woot?

$ stacks list
No handler was ready to authenticate. 1 handlers were checked. ['HmacAuthV4Handler'] Check your credentials

Looks like application is not loading anything from ~/.aws/credentials

vaijab commented 8 years ago

@nkts is that with python 3.5?

karnauskas commented 8 years ago

@vaijab yes, Python 3.5.1 and boto 2.39.0 to be precise

alekna commented 8 years ago

It is known bug of boto 2.39.0. Will be fixed in 2.40.0 whenever they release it

Use python 3.4 for now.

alekna commented 8 years ago

Fixed. #82