Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
elb
/
wait
📤 Upload
📝 New File
📁 New Folder
Close
Editing: instance-in-service.rst
**To pause running until the specified instance is in service** The following ``wait instance-in-service`` command pauses and continues only after it can confirm that the specified instance is in service. :: aws elb wait instance-in-service \ --load-balancer-name my-loadbalancer \ --instances InstanceId=i-1234567890abcdef0 This command produces no output.
Save
Cancel