【发布时间】:2017-09-10 21:02:43
【问题描述】:
我正在尝试使用 awscli 界面启动我的 AWS EC2 实例,但没有任何运气。这是我的命令:
aws ec2 start-instances --instance-ids <my-instance-id>
我收到以下错误:
An error occurred (InvalidInstanceID.NotFound) when calling the StopInstances operation: The instance ID '<my-instance-id>' does not exist
当我使用 boto3 库时,我遇到了同样的错误。 我错过了什么?
【问题讨论】:
标签: amazon-web-services amazon-ec2 boto3