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年前229ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン