Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
eks
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wait.rst
**To wait for a cluster to become active** This example command waits for a cluster named ``example`` to become active. Command:: aws eks wait cluster-active --name example **To wait for a cluster to be deleted** This example command waits for a cluster named ``example`` to be deleted. Command:: aws eks wait cluster-deleted --name example
Save
Cancel