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 / ssm / get-connection-status.rst
Size: Mime:
**To display the connection status of a managed instance**

This ``get-connection-status`` example returns the connection status of the specified managed instance. ::

    aws ssm get-connection-status \
        --target i-1234567890abcdef0

Output::

    {
        "Target": "i-1234567890abcdef0",
        "Status": "connected"
    }