I have two EC2 instances behind a Amazon load balancer. The load balancer routes requests on port 80 to the instance port 80.
How do I make sure the instance services are accessible only through the loadbalancer DNS and not accessible directly through the instance public DNS ?
thanks Santhosh