Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Tune Load Balancer Attributes
Version 1.0.0
Resolve a load balancer by name and apply an attribute change.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
tune-load-balancer-attributes
Find a load balancer by name and set one of its attributes.
Chains describeLoadBalancers, modifyLoadBalancerAttributes, and a confirming describeLoadBalancers so a single attribute is changed on a named load balancer and the result verified.
1
findLoadBalancer
describeLoadBalancers
Resolve the load balancer ARN from its name.
2
modifyAttributes
modifyLoadBalancerAttributes
Apply the supplied attribute key/value to the resolved load balancer.
3
confirmActive
describeLoadBalancers
Read the load balancer back to confirm it remains active after the change.