I have created a private AMI from the image I had running from my other EC2 instance. When I create the instance using that private AMI, it boots up fine but when I restart the newly created instance, it stops responding. I can't even connect through SSH into it.

How can I see what is going wrong?

link|improve this question
Is your EC2 instance connected to EBS for persistence? If it is not it can not be stopped and started. See Elastic Block Store section on this page: aws.amazon.com/ec2 – Terrell Plotzki Jun 19 '11 at 17:07
Root device on the AWS console shows as EBS – ed1t Jun 19 '11 at 17:09
Were you able to ping the server? Also, share the kind of error you get & the way your created your AMI? Confirm when you created your EBS AMI should have content in /etc/fstab. – RakeshS Jun 20 '11 at 5:14
feedback

migrated from stackoverflow.com Jun 19 '11 at 21:20

This question came from our site for professional and enthusiast programmers.

1 Answer

You can get the system log, which will be helpful for knowing whats wrong.

enter image description here

Also make sure that the Security rules allows you to connect through ssh .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.