
profile 생성 (CLI에서)
#aws configure --profile [프로필 이름]
생성 후 config 문서를 다음과 같이 수정
[default]
region = ap-northeast-2
output = json
[profile iamhonux]
region = ap-northeast-2
output = json
role_arn = arn:aws:iam::650867323418:role/iam-full
source_profile = default
role_arn 은 따로 생성해준 iam 권한을 가지는 role의 arn
role이 잘 붙었는지 확인
'IT > AWS' 카테고리의 다른 글
[AWS] S3 버킷 정책으로 Public Access 허용하기 (0) | 2023.08.14 |
---|---|
[AWS] S3 폴더 동기화 및 ACL 설정하기 (0) | 2023.08.14 |
[AWS] S3 CLI로 버킷 생성, 파일 업로드, 다운로드, 삭제 (0) | 2023.08.14 |
[SeSAC 최종 프로젝트] Recycling and Hybrid (2) | 2023.06.06 |