Deploying Multiple EC2 Instances with Apache and Nginx Behind an AWS Load Balancer (With Monitoring & Automated Backups)
Introduction
In this project, I deployed two Amazon EC2 instances running Amazon Linux, installed Apache on one instance and Nginx on the other, and placed both behind an AWS Application Load Balancer.
To make the setup more production-ready, I also ...