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
findLoadBalancer
describeLoadBalancers
Resolve the load balancer ARN from its name.
2
createListener
createListener
Attach the new listener to the resolved load balancer, forwarding to the supplied target group.
3
describeListeners
describeListeners
List the load balancer's listeners to confirm the new one is present.