Using a AWS EC2 Server to host a busy website and I need to set up a loadbalancing
- by Philip Isaacs
My company has one EC2 server running on AWS with a MYSQL-DB and Apache on the same instance. This one instance hosts a website built on PHP Zend Framework.
The site runs like crap when it starts to get busy with a lot of traffic so I'm looking for some advice on how to set up something that can handle the load better.
My first question is…