Ec2 instance unfound

0

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

gefragt vor 7 Monaten145 Aufrufe
1 Antwort
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
beantwortet vor 7 Monaten
profile picture
EXPERTE
überprüft vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen