Exposing Private EC2 Instances Behind a Public-Facing Elastic Load Balancer (ELB) on AWS
There are many ways to protect your EC2 Instances from being exposed to the Internet. One way is to give them private IP addresses and put them behind a public-facing Elastic Loadbalancer. This way your ELB spreads the incoming traffic across your Instances and your EC2 Instances do not have to directly be connected to…