ページ

2015年7月20日月曜日

aws cliがUnauthorizedOperationで返したEncoded authorization failure messageをデコードする

aws cli を使っていて、許可されていない操作に対してアクセスエラーが起きたとき、以下のような形でエンコードされたメッセージが添付されているが、このエンコードされたメッセージは、aws sts decode-authorization-message コマンドでデコードできる。
A client error (UnauthorizedOperation) occurred when calling the AuthorizeSecurityGroupIngress operation: You are not authorized to perform this operation. Encoded authorization failure message: エンコードされたメッセージ
aws sts decode-authorization-message --encoded-message エンコードされたメッセージ 

0 件のコメント:

コメントを投稿