调用ListAccountAliases操作时发生客户端错误(InvalidClientTokenId):请求中包含的安全令牌无效

时间:2016-01-27 05:14:34

标签: ubuntu amazon-web-services amazon-s3 aws-cli

大家

我正在尝试使用AWS S3和aws-cli,但我只是因为所有命令行输入而出现以下错误。

A client error (InvalidClientTokenId) occurred when calling the ListAccountAliases operation: The security token included in the request is invalid.
  1. 我正在使用Ubuntu 14.04.1并通过aws-cli安装sudo pip install awscli

  2. 我在IAM控制台上创建了一个用户,并为用户设置了相关的策略。

  3. 我通过运行aws-cli

  4. aws configure设置了配置
  5. 我在S3控制台上创建了一个存储桶,并设置了一个允许上述用户访问此存储桶的策略。

  6. 但是,命令行(终端)上的所有命令(我知道)都给了我上面的错误,我找不到任何关于此的信息。

    我试过了,

    aws s3 ls

    aws s3 ls s3://<my bucket name>

    aws iam list-account-aliases

    有没有人可以帮我解决这个问题?

    致以最诚挚的问候,

    Jaehyun

0 个答案:

没有答案