aws configure --profile <profile_name>
echo $AWS_PROFILE
aws configure list-profiles
export AWS_PROFILE=personal
aws sts get-caller-identity
aws configure get region
aws configure set region ap-southeast-1 --profile personal
Last updated 10 months ago
Was this helpful?