Ec2 instance unfound

0

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

已提问 7 个月前145 查看次数
1 回答
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
已回答 7 个月前
profile picture
专家
已审核 7 个月前

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

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

回答问题的准则