What Is elb in aws?

devquora
devquora

Posted On: Feb 22, 2018

 

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 workload to numerous resources and increases the fault tolerance capacity of the applications. There are three types of elastic load balances which are classic load balancer (Clb), application load balancer (alb) and network load balancer (Nlb). Elb is very effective for companies as it increases the overall growth and traffic on your website. There are different interfaces like AWS management console, AWS command-line interface, Query API, etc which you can use for accessing, creating and managing your elastic load balancers.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    AWS ELB Interview Questions

    How AWS Elastic Load Balancing Works?

    AWS Elastic Load Balancing (ELB) is a service that automatically distributes incoming web traffic across multiple Amazon Elastic Compute Cloud (EC2) instances..

    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...