1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

StatusCheckFailedが起きた原因を調べる便利コマンド

Posted at

前置き

EC2でStatusCheckFailedが発生し、原因を調査したいと思ったことはありませんか?
私はあります。

便利コマンド

aws ec2 get-console-output --instance-id i-xxx --region ap-northeast-1 --output text

どんな情報が出力されるのか?

①ブート・起動ログ

  • カーネル起動メッセージ
  • systemdの起動プロセス
  • サービス起動状況
  • ハードウェア初期化ログ

②システムエラー・警告

  • カーネルパニック
  • ハードウェア障害
  • メモリ不足(OOM)
  • ディスクエラー

③ネットワーク初期化

  • ネットワークインターフェース設定
  • DHCP取得状況
  • ルーティング設定
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?