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
createLoadBalancer
Create an internet-facing Application Load Balancer in the supplied subnet and security group.
2
createTargetGroup
createTargetGroup
Create an HTTP target group in the same VPC with an HTTP health check on the root path.
3
createListener
createListener
Attach an HTTP listener whose default action forwards traffic to the new target group.
4
registerTargets
registerTargets
Register the initial target with the target group so the load balancer can begin routing traffic to it.