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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ