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년 전230회 조회
1개 답변
0

Hi,

I can see that the instance has now been stopped.

답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠