/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
elb
/
wait
/
Upload File
HOME
**To pause running until any registered instance is in service** The following ``wait any-instance-in-service`` command pauses and continues only after it confirms that the specified load balancer has at least one instance in service. aws elb wait any-instance-in-service \ --load-balancer-name my-loadbalancer This command produces no output.