Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Audit Load Balancer Configuration
Version 1.0.0
Walk a load balancer's listeners and target groups to inventory its routing.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
audit-load-balancer-configuration
Inventory a load balancer's listeners, target groups, and target health.
Chains describeLoadBalancers, describeListeners, describeTargetGroups, and describeTargetHealth so the full routing topology of a named load balancer is gathered for review.
1
findLoadBalancer
describeLoadBalancers
Resolve the load balancer ARN from its name.
2
listListeners
describeListeners
List the listeners attached to the load balancer.
3
listTargetGroups
describeTargetGroups
List the target groups attached to the load balancer.
4
listTargetHealth
describeTargetHealth
Read the health of the members in the first attached target group.