【发布时间】:2021-04-08 11:55:42
【问题描述】:
我正在使用 aws sam 并尝试部署 sam。我收到此错误:
Error: Failed to create managed resources: An error occurred (InvalidClientTokenId) when calling the CreateChangeSet operation: The security token included in the request is invalid.
我已经从 .aws 更改了我的凭据,并使用命令 aws configure 更改了它们。 当我尝试在线访问任何内容时也会收到错误消息,例如尝试将文件上传到 S3 存储桶。
Error: botocore.exceptions.ClientError: An error occurred (UnrecognizedClientException) when calling the UpdateItem operation: The security token included in the request is invalid.
有什么想法吗?
【问题讨论】:
标签: amazon-web-services aws-cli aws-sam