EC2 instance shutting down for more than 2 days

0

I have an instance that has been stuck in shutting down state for a few days:

i-060b2cf59593c4573
us-east-1a

How can I finally end it and free its resources?

Thanks,
John.

已提问 5 年前234 查看次数
2 回答
0
已接受的回答

Hi John,

I am sorry to hear about the issues that you had been experiencing with your instance. I see that the instance has terminated in the meantime. Please let us know if you need any further help.

Regards,
awstomas

AWS
已回答 5 年前
0

You should be able to select it on the console even if it still says "Stopping" and select the Stop action again, this time it should have a force.

If for some reason this doesn't work, you can issue it from the AWS CLI:

aws --region <REGION_ID> ec2 stop-instances --instance-ids <INSTANCE_ID> --force

added {code} md

已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则