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.

demandé il y a 5 ans236 vues
2 réponses
0
Réponse acceptée

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
répondu il y a 5 ans
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

répondu il y a 5 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions