AWS, 아마존
Amazon.cli.configure
jake_kim
2022. 10. 19. 14:51
반응형
1) AWS CLI 로 설치 페이지 검색해서 설치
2) IAM > 사용자 > 보안 자격 증명에서 Access Key 생성 ( Secret Access Key 확보 )
3)
cmd> aws configure
AWS Access Key ID [None]: Access Key 입력
AWS Secret Access Key [None]: Secret Access Key 입력
3.1) 혹은 사용자 생성
생성시 Access type. Programmtic access 를 check
4) Attach existing policies directly 에서 접근 권한 체크
# 참조 : https://www.youtube.com/watch?v=jCHOsMPbcV0
반응형