I am Kind of new to AWS and I have a simple question. I am planning to host a website on 2 ec2 instances for example or more. I know that I need to use Route 53 to point to my load balancer and then the load balancer should distribute load on ec2 instances. Now do I need to setup apache, php and mysqli on each instance?
thanks