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"
                    }
asked 5 years ago319 views
1 Answer
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.

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions