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 / ec2 / wait / bundle-task-complete.rst
Size: Mime:
**To pause running until a bundle task is completed**

The following ``wait bundle-task-completed`` example pauses and continues only after it can confirm that the specified bundle task is completed. ::

    aws ec2 wait bundle-task-completed \
        --bundle-ids bun-2a4e041c

This command produces no output.