설정한 인증 정보 확인
$ 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