Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1750

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To display the connection status of a managed instance**

This example returns the connection status of the managed instance ``i-1234567890abcdef0``.

Command::

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

Output::

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