botocore.exceptions.ClientError: An error occurred (UnauthorizedOperation) when calling the DescribeInstances operation: You are not authorized to ...

조회 2,696 · 댓글 0
냉장고를사다줘작성자2018년 9월 17일
botocore.exceptions.ClientError: An error occurred (UnauthorizedOperation) when calling the DescribeInstances operation: You are not authorized to perform this operation.


권한 추가 (ec2:DescribeInstances)




{
"Effect": "Allow",
"Action": [
"ec2:Start*",
"ec2:Stop*",
"ec2:DescribeInstances"
],
"Resource": "*"
}

로그인 후 답글을 남길 수 있습니다.