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-deregistered.rst
Size: Mime:
**To pause running until an instance is deregistered**

The following ``wait instance-deregistered`` command pauses and continues only after it can confirm that the specified instance is deregistered.

    aws elb wait instance-deregistered \
        --load-balancer-name my-loadbalancer \
        --instances InstanceId=i-1234567890abcdef0

This command produces no output.