AWS config file wants region name – not availability zone
When you setup AWS CLI and API access with “aws configure” you are prompted for several things like credentials, region, and output format. Make sure you don’t put availability zone like “us-west-1a”, use only the region “us-west-1” which in the “config” file. That is the one of the two files that are written to as …
AWS config file wants region name – not availability zone Read More »