We have a PHP web site with admin login and Android App. We are using admin login to add/remove products in the web site and customers uses the App for purchasing items.
Currently we are using single VPS server for the same.
We are planning to move the production to AWS for high availability and scalability.
We decided to use RDS for MySQL DB but not sure how to host the application behind the loadbalancer and autoscaling as we may need to add/remove the items from admin panel.
Please share your thoughts on this.
Thank You.