Setting up php-mysql-based web application on EC2 / linode

I have a new php-mysql based web application. This is the publisher / advertiser platform, so I can expect a lot of traffic if everything is in the right direction.

I am considering two solutions for hosting the site: cloud (ec2) and vps (linode). EC2 looks like an expensive provider compared to linode. Let me know how to set up a cloud web application on ec2 at the lowest cost.

Thank,

+3
source share
1 answer

This post: http://www.john-nousis.com/development/tutorial-running-a-phpmysql-server-on-ec2-with-ebs/ gives a step-by-step guide on setting up a php / MySQL application on EC2.

Information may be dated a little.

+1
source

Source: https://habr.com/ru/post/1775201/


All Articles