Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Add a Listener to an Existing Load Balancer
Version 1.0.0
Look up a load balancer by name and attach a new forwarding listener.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
add-listener-to-existing-load-balancer
Resolve a load balancer by name and create a forwarding listener on it.
Chains describeLoadBalancers, createListener, and describeListeners so a new listener is added to an existing load balancer and the resulting listener set is confirmed.
1
2
createListener
Attach the new listener to the resolved load balancer, forwarding to the supplied target group.
3
describeListeners
List the load balancer's listeners to confirm the new one is present.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.