Can we use multiple Aws elastic load balancers for single EC2 Instance?

devquora
devquora

Posted On: Jan 27, 2023

 

An EC2 instance can only be associated with a single Elastic Load Balancer (ELB) at a time, whether it's an Application Load Balancer (ALB) or a Network Load Balancer (NLB). This means that you cannot use multiple ELBs to load balance traffic to a single EC2 instance.

    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

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