Amazon Elastic Load Balancing · Arazzo Workflow
Amazon Elastic Load Balancing Poll Target Health Until Healthy
Version 1.0.0
Register a target then poll its health until it reaches the healthy state.
View Spec
View on GitHub
Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalabilityArazzoWorkflows
Provider
Workflows
poll-target-health-until-healthy
Register a target and poll its health, branching on the reported state.
Chains registerTargets with a describeTargetHealth poll loop that retries while the target is initializing, ends when it becomes healthy, and fails fast if it becomes unhealthy.
1
registerTargets
registerTargets
Register the target with the target group to begin health checks.
2
checkHealth
describeTargetHealth
Poll the health of the registered target and branch on its reported state, retrying while it is still initializing.
3
reportUnhealthy
describeTargetHealth
Confirm the unhealthy state by reading target health one last time so the failure reason is captured in the workflow outputs.