반응형
SMALL
인코딩해서 나타나는 이유?
인코딩 되어서 나타나는 이유는 AWS 요청에 대한 응답으로 반환된 인코딩 된 메시지가 디코딩되어서 출력이 되어야 하는데, 이때 디코딩을 하려면 sts:DecodeAuthorizationMessage
라는 권한이 있어야 한다. 하지만 해당 권한이 없으면 인코딩 된 메시지를 출력할 수 없으므로, 인코딩 된 메시지가 출력되는 것이다.
Trouble Shooting
우선 sts:DecodeAuthorizationMessage
권한을 갖는 IAM User나 Role을 사용해서 아래와 같은 명령어를 입력해준다.
$ aws sts decode-authorization-message --encoded-message "3AE8Dca5D_d4zqsJaNbZlZwDUECIKTnqLbICOSpLpwRUHNmKfiehLnA"
또는 위에서 말했듯이 sts:DecodeAuthorizationMessage
권한을 부여하면된다
반응형
LIST
'Cloud Computing > Amazon Web Service' 카테고리의 다른 글
[AWS] Ansible Automation Architecture (0) | 2023.08.01 |
---|---|
[Amazon Web Services] AWS STS(Security Token Service)를 사용해보자 ! (0) | 2022.06.28 |
댓글