Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / elb / wait / instance-in-service.rst
Size: Mime:
**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.