AWS 프로필

AWS CLI에서 계정 2개를 다룰 수 있나?

https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/cli-configure-files.html

위 링크는 aws cli에서 profile을 다루는 것

계정을 스위칭 하면서 하는법

  1. Git Bash 또는 WSL에서 AWS_PROFILE 설정
export AWS_PROFILE=blast
aws s3 ls  # blast 프로필 사용

image.png