How AWS Elastic Load Balancing Works?

devquora
devquora

Posted On: Jan 26, 2023

 

AWS Elastic Load Balancing (ELB) is a service that automatically distributes incoming web traffic across multiple Amazon Elastic Compute Cloud (EC2) instances. ELB uses a variety of algorithms to route incoming traffic to the appropriate instances, such as round-robin and least connections.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    AWS ELB Interview Questions

    What Is elb in aws?

    Elastic Load Balancing (ELB) in Amazon Web Services (AWS) helps you in increasing the availability of applications with regular health checks and the distribution of traffic. It simply distributes the...

    AWS ELB Interview Questions

    List few Pros/cons of using AWS Elastic Load Balancer?

    List of few Pros/Cons of using AWS Elastic Load Balancer. ProsCan handle the SSL termination, thus offloading the SSL processing from the instances. Provides health checks to ensure that only he...

    AWS ELB Interview Questions

    What is the difference between auto-scaling and ELB?

    ELB is responsible for directing traffic to the instances, while Auto Scaling is responsible for adjusting the number of instances to handle that traffic...