1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
Hi, to make sure that the CLI uses the credentials with the full admin right, you should first validate them.
The precedence rules (see https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) may result in different credentials that those that you believe you use.
So, try to run 'aws sts get-caller-identity' to check the identity under which CLI runs. See https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sts/get-caller-identity.html
Then, check your aws cli config via 'aws configure list'. See https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configure/list.html
You should then be sure which identity you're using and confirm that it is the one with full admin rights
관련 콘텐츠
- AWS 공식업데이트됨 일 년 전
- AWS 공식업데이트됨 2년 전
The issue isn't with CLI but with the Boto3 client, it works fine on CLI