Ec2 instance unfound

0

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

demandé il y a 7 mois145 vues
1 réponse
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
répondu il y a 7 mois
profile picture
EXPERT
vérifié il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions