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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠