1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

EC2インスタンス起動のトラブルシュート

1
Posted at

EC2インスタンス起動のトラブルシュート、メモ

1.インスタンス制限の超過(InstanceLimitExceeded)##

説明
InstanceLimitExceeded

原因
リージョンで起動できるインスタンス数の制限に達しています。

理由
EC2ダッシュボードの「制限」から確認することができます。
image.png

2.インスタンス容量の不足(InsufficientInstanceCapacit)##

説明
InsufficientInstanceCapacit

原因
現在 AWS にはリクエストに対応するために必要とされる十分なオンデマンドキャパシティーがありません。

3.インスタンスがすぐに削除される##

説明
インスタンスの状態が、再起動直後に pending から terminated に変わる。

原因

  • EBS ボリューム制限に達した。
  • EBS スナップショットが破損している。
  • ルート EBS ボリュームは暗号化されていて、復号用の KMS キーにアクセスする権限がない。
  • インスタンスを起動するために使用した Instance Store-Backed AMI で、必要な部分 (image.part.xx ファイル)。

理由
「説明」の「状態遷移の理由」から確認することができる。
image.png


インスタンスの起動に関する問題のトラブルシューティング

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?