0
votes
2answers
183 views

Should I, and how do I, backup my database for a web application that is hosted on an Amazon EC2 server?

I set up Amazon EC2 instance using the Ubuntu server edition, and I installed the LAMP stack on it. I did up a PHP web application running on MySQL. I have tested the web application on Amazon EC2, ...