AWS CLI 환경 설정 관리. 더 많은 정보: https://docs.aws.amazon.com/cli/latest/reference/configure/.
aws configure
aws configure --profile {{프로파일_이름}}
aws configure get {{이름}}
aws configure get {{이름}} --profile {{프로파일_이름}}
aws configure set {{이름}} {{값}}
aws configure set {{이름}} {{값}} --profile {{프로파일_이름}}
aws configure list
aws configure list --profile {{프로파일_이름}}