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 年前318 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则