Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Register Targets and Check Health
Version 1.0.0
Create a target group, register a target, then read back its health state.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
register-targets-and-check-health
Create a target group, register a target, and describe its health.
Chains createTargetGroup, registerTargets, and describeTargetHealth so a newly created target group is populated and its health surfaced in one run.
1
createTargetGroup
createTargetGroup
Create the target group that will hold the registered target.
2
registerTargets
registerTargets
Register the supplied target with the new target group.
3
describeTargetHealth
describeTargetHealth
Read back the health of the registered target.