AWS Commands

# region and codes:

	https://awsregion.info/
configure my region?
aws configure
	$ aws configure
	AWS Access Key ID [****************CQU6]:
	AWS Secret Access Key [****************dmOQ]:
	Default region name [ap-south-1]:
	Default output format [json]:
aws config location
vi ~/.aws/config

verify
cat ~/.aws/config
Get my CLI version
aws --version
aws-cli/2.0.4 Python/3.7.4 Darwin/17.7.0 botocore/2.0.0dev8
aws-cli/1.16.260 Python/2.7.16 Darwin/17.7.0 botocore/1.12.250
How to uninstall AWS and install updated version?
which aws
    /usr/local/bin/aws

Last updated

Was this helpful?