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
已提問 4 年前檢視次數 234 次
1 個回答
0

Hi,

I can see that the instance has now been stopped.

已回答 4 年前

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

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

回答問題指南