AWS CLI로 인증 정보 (Access Key ID, Secret Access Key) 관리하기

새벽수영·2022년 5월 10일
0

🛥 쾌속선

목록 보기
8/12

설정한 인증 정보 확인

$ aws configure list

      Name                    Value             Type    Location
      ----                    -----             ----    --------
   profile                <not set>             None    None
access_key     ****************CDEF shared-credentials-file
secret_key     ****************IJKL shared-credentials-file
    region           ap-northeast-2      config-file    ~/.aws/config

마스킹 되지 않은 인증 정보 확인

$ aws configure get aws_access_key_id
ABCDEF

$ aws configure get aws_secret_access_key
GHIJKL
profile
그는 특히 요리 실력을 갖춘 상태에서 다른 사람의 도움을 받아

0개의 댓글