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 年前214 查看次数
1 回答
0

Hi,

I can see that the instance has now been stopped.

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则