gpt4 book ai didi

amazon-web-services - 启动 EC 实例::调用 RunInstances 操作时发生客户端错误 (UnauthorizedOperation)

转载 作者:行者123 更新时间:2023-12-03 04:25:15 24 4
gpt4 key购买 nike

我正在使用 AWS CLI,并且已使用 AWS 配置 配置它当我使用以下命令启动 EC2 实例时:

C:\>aws ec2 run-instances --dry-run --image-id ami-b5a7ea85 --count 1 --instance
-type t2.micro --key-name ec2_key --iam-instance-profile Arn=arn:aws:iam::132895
064974:instance-profile/ec2Admin

它给了我:

A client error (UnauthorizedOperation) occurred when calling the RunInstances op
eration: You are not authorized to perform this operation. Encoded authorization
failure message: 4doSfAQy0gcqKr1O-raIb0C83C2kLWQY8hjZ4gVtwUz6xSAwOtD2wumVnpgsz5

最佳答案

你知道这意味着什么吗?

--iam-instance-profile Arn=arn:aws:iam::132895064974:instance-profile/ec2Admin

如果您要启动具有 IAM 角色的 EC2 实例,则您需要具有 IAM 管理权限。详细讨论here

您还可以尝试解码错误消息并查看其内容:

aws sts decode-authorization-message --encoded-message 4doSfAQy0gcqKr1O-raIb0C83C2kLWQY8hjZ4gVtwUz6xSAwOtD2wumVnpgsz5

关于amazon-web-services - 启动 EC 实例::调用 RunInstances 操作时发生客户端错误 (UnauthorizedOperation),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27266400/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com