configure profile 설정

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
aws configure get region

Last updated

Was this helpful?