aws configure
aws configure --profile <profile-name>
Linux:
export AWS_PROFILE=<profile-name>
Windows:
setx AWS_PROFILE <profile-name>
Windows:
aws configure list-profiles
aws configure list
aws sts get-caller-identity
aws configure
aws configure --profile <profile-name>
Linux:
export AWS_PROFILE=<profile-name>
Windows:
setx AWS_PROFILE <profile-name>
Windows:
aws configure list-profiles
aws configure list
aws sts get-caller-identity