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 年前檢視次數 231 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南