aws elasticbeanstalk wait
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met
Subcommands
Name | Description |
---|---|
environment-exists | Wait until JMESPath query Environments[].Status returns Ready for all elements when polling with ``describe-environments``. It will poll every 20 seconds until a successful state has been reached. This will exit with a return code of 255 after 20 failed checks |
environment-terminated | Wait until JMESPath query Environments[].Status returns Terminated for all elements when polling with ``describe-environments``. It will poll every 20 seconds until a successful state has been reached. This will exit with a return code of 255 after 20 failed checks |
environment-updated | Wait until JMESPath query Environments[].Status returns Ready for all elements when polling with ``describe-environments``. It will poll every 20 seconds until a successful state has been reached. This will exit with a return code of 255 after 20 failed checks |