Ec2 instance unfound

0

I tried to launch my Ec2 instance but it is saying unfoundEc2 instance page displayed

asked 7 months ago137 views
1 Answer
0

Your instance appears to be immediately terminating for some reason.

Use the describe-instances command specifying your instance id to get the termination reason. Run the following command, replacing [instance_id} with the id you noted above.

aws ec2 describe-instances --instance-id [instance_id] --output json

This should tell you more about why the instance isn't launching.

There are a few different reasons why this could occur. You can see a more comprehensive list in Why can't I start or launch my EC2 instance? KnowledgeCenter Post

References:

profile pictureAWS
Jen_F
answered 7 months ago
profile picture
EXPERT
reviewed 7 months 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