Server stuck Stopping

0

I have an instance that is stuck in the stopping state:

Instance: i-1c0c8798

I have forced stopped via EC2 Console

We have attempted to restart via CLI as well.

Volumes are stuck as "attaching" and not able to create snapshot of root drive.

Tried:

{

"StoppingInstances": [

    {

        "InstanceId": "i-1c0c8798",

        "CurrentState": {

            "Code": 64,

            "Name": "stopping"

        },

        "PreviousState": {

            "Code": 64,

            "Name": "stopping"

        }

    }

]

}

Response:

aws ec2 stop-instances --instance-ids i-1c0c8798 --force

We are aware of the power outage situation, however this is only affecting one of our servers and is still continuing after the power issue seems to have been resolved.

已提問 2 年前檢視次數 227 次
3 個答案
0
已接受的答案

Instance finally stopped and was able to be started again.

已回答 2 年前
0

Hi ,

Can I request you to try the following:

  1. Filter your EC2 instance in the EC2 dashboard using instance-id
  2. Select your instance, click on Actions => Monitor and troubleshoot => Get system log
  3. The system log will give you leads onto why your instance is still stuck in the stopping state
  4. Please do share the system log as an attachment if possible

Regards, Ramu Mohan Srinivasan Radhakrishnan

已回答 2 年前
  • The system log shows a blank black box. Refreshing does not yield any changes or results. I'm unable to use the connect button.

0

Can you help me with additional information ?

  1. In which AWS region is the EC2 instance located ?
  2. Are you able to connect to this instance from your local computer using Windows/PuTTY and /or Linux/SSH using a keypair ?
  3. Can you check if there are any ongoing issues in the AWS region the instance is located by visiting AWS Service Health dashboard https://status.aws.amazon.com and then navigating to the region specific tab ?
已回答 2 年前

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

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

回答問題指南