You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aslan Brooke edited this page Jun 28, 2014
·
1 revision
"zaws" uses the built in capabilities of the AWS CLI for accessing credentials and therefore "ZAWS" NEVER READS YOUR ID OR ACCESS KEY. A quick way to do it is to export two environment variables that the AWS CLI can use as follows:
export AWS_ACCESS_KEY_ID=XXXX
export AWS_SECRET_ACCESS_KEY=YYYY
The AWS CLI documentation hase three options, all which should work. Again "zaws" never reads these keys, only the AWS CLI which we all know/trust to have access to those keys.