Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Provision an Application Load Balancer
Version 1.0.0
Stand up an Application Load Balancer with a target group, listener, and registered targets.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
provision-application-load-balancer
Create an ALB, a target group, an HTTP listener, and register targets.
Chains createLoadBalancer, createTargetGroup, createListener, and registerTargets so a single run produces a fully wired, traffic-ready Application Load Balancer.
1
createLoadBalancer
Create an internet-facing Application Load Balancer in the supplied subnet and security group.
2
createTargetGroup
Create an HTTP target group in the same VPC with an HTTP health check on the root path.
3
createListener
Attach an HTTP listener whose default action forwards traffic to the new target group.
4
registerTargets
Register the initial target with the target group so the load balancer can begin routing traffic to it.
Source API Descriptions
openapi
openapi
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.