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 官方已更新 3 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前
The issue isn't with CLI but with the Boto3 client, it works fine on CLI