aws elb wait

Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met

Subcommands

NameDescription
any-instance-in-serviceWait 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-deregisteredWait 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-serviceWait 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