Search code examples
amazon-ec2amazon-web-servicesphpmyadminamazon-ami

EC2 instance stopped working after creating an Image


I'm totally new to AWS. I managed to have an instance that runs PHPMyAdmin. then I created an image (EBS AMI) for this instant and could not connect any more to my phpmyadmin interface.

I know it's really stupid, but I don't know why it happens. thanks


Solution

  • Make sure all needed services (e.g. ssh, Apache / nginx, MySQL) on your server get started when booting. If you create an AMI of your system AWS will shut down your server for the time the image creation takes place.

    So ssh into your instance, take a look at the running processes and start the ones which you miss.