Amazon ELB is an auto scalable load balancer that sits in front of EC2 instances and distributes traffic between them. Client communicates with ELB not with EC2 instances directly. When you create a ELB you get a domain name provided by Amazon AWS to make requests to the ELB. This domain name resolves to different […]
Most Commented