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 / deploy / list-deployment-instances.rst
Size: Mime:
**To get information about deployment instances**

The following ``list-deployment-instances`` example displays information about all deployment instances that are associated with the specified deployment. ::

    aws deploy list-deployment-instances \
        --deployment-id d-A1B2C3111 \
        --instance-status-filter Succeeded

Output::

    {
        "instancesList": [
            "i-EXAMPLE11",
            "i-EXAMPLE22"
        ]
    }