Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Provision a Network Load Balancer
Version 1.0.0
Stand up a TCP Network Load Balancer with a target group, listener, and registered targets.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
provision-network-load-balancer
Create an NLB, a TCP target group, a TCP listener, and register targets.
Chains createLoadBalancer, createTargetGroup, createListener, and registerTargets to produce a traffic-ready TCP Network Load Balancer in a single run.
1
createLoadBalancer
createLoadBalancer
Create an internet-facing Network Load Balancer in the supplied subnet.
2
createTargetGroup
createTargetGroup
Create a TCP target group in the same VPC with a TCP health check.
3
createListener
createListener
Attach a TCP listener whose default action forwards to the target group.
4
registerTargets
registerTargets
Register the initial IP target with the TCP target group.