How to allow elastic load balancer through port 80 in security groups. I want to temporarily block port 80 for the outside world, but want the load balancer to pass through the firewall (via security group) so it won't see the instance as unhealthy. How can I do that?
Update: I also want to know how can I allow only myself from accessing the elastic load balancer via port 80 and others cannot. I know that the load balancer doesn't have specific security groups that I can setup and tell it to only except my ip adddress - is there any way to do it?