EC2 Instance Stuck Shutting Down

0

Instance i-0d75d38ac025b99ad stuck in "shutting-down" state and won't terrminate.

$ aws --region us-east-1 --profile eng ec2 terminate-instances --instance-id i-0d75d38ac025b99ad
{
"TerminatingInstances": [
{
"InstanceId": "i-0d75d38ac025b99ad",
"CurrentState": {
"Code": 32,
"Name": "shutting-down"
},
"PreviousState": {
"Code": 32,
"Name": "shutting-down"
}
}
]
}

TMegee
gefragt vor 4 Jahren237 Aufrufe
1 Antwort
0

Hi,

I can see that the instance has now been stopped.

beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen