Amazon Elastic Load Balancing (ELBv2) automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses. It provides high availability, automatic scaling, and robust security features, and supports multiple load balancer types (Application, Network, and Gateway). This handler focuses on Application Load Balancers (ALBs) and retrieves details about load balancers, listeners, listener rules, target groups, and target health.Documentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example
To create the ‘AWSElasticLoadBalancerHandler’ object, you must provide AWS credentials:elb_handler_test.py
Fetches all Application Load Balancer (ALB) details, including listeners, rules, target groups, and target health.
Collects all target groups referenced in listeners’ default actions and custom rules.
Fetches complete target group configuration and health status, including protocol, port, health check config, and registered targets.

