aws elasticache wait
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met
Subcommands
Name | Description |
---|---|
cache-cluster-available | Wait until ElastiCache cluster is available. 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 |
cache-cluster-deleted | Wait until ElastiCache cluster is deleted. 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 |
replication-group-available | Wait until ElastiCache replication group is available. 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 |
replication-group-deleted | Wait until ElastiCache replication group is deleted. 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 |