aws elb wait
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met
Subcommands
Name | Description |
---|---|
any-instance-in-service | Wait until JMESPath query InstanceStates[].State returns InService for any element when polling with ``describe-instance-health``. It will poll every 15 seconds until a successful state has been reached. This will exit with a return code of 255 after 40 failed checks |
instance-deregistered | Wait until JMESPath query InstanceStates[].State returns OutOfService for all elements when polling with ``describe-instance-health``. It will poll every 15 seconds until a successful state has been reached. This will exit with a return code of 255 after 40 failed checks |
instance-in-service | Wait until JMESPath query InstanceStates[].State returns InService for all elements when polling with ``describe-instance-health``. It will poll every 15 seconds until a successful state has been reached. This will exit with a return code of 255 after 40 failed checks |