Ec2 Instance terminated on launch

0

Hello,
Im having an issue in eu-central-1 region. Im creating a small instance of t2.small from ami I had taken couple of month back.
After creating the instance its terminated automatically, event trough termination protection is enabled.
After the instance launched:

 aws ec2 describe-instances --instance-id i-05b16bd4d5f252c81
      "StateReason": {
                 "Message": "Server.InternalError: Internal error on launch",
                 "Code": "Server.InternalError"
                    },
                    "State": {
                        "Code": 48,
                        "Name": "terminated"
                    }
質問済み 5年前288ビュー
1回答
0

Issue resolved, I was attaching eni with 5 private ip's.
there is a limit for number of ip's the instance can have.

回答済み 5年前

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

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

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

関連するコンテンツ