What do you mean by a target group in AWS Load Balancing?

devquora
devquora

Posted On: Jan 27, 2023

 

In AWS, a target group is a group of resources that can receive traffic from an Application Load Balancer or a Network Load Balancer. Target groups are used to route traffic to specific resources based on the rules and settings defined in the load balancer. They can be used to perform health checks on the resources in the group, and only route traffic to healthy resources. They are associated with a load balancer and can be configured to route traffic to different resources based on the incoming request's protocol and host/path.

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