Sophie

Sophie

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

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

**To end a Session Manager session**

This example permanently ends a session that was created by the user "Bob" and closes the data connection between the Session Manager client and SSM Agent on the instance.

Command::

  aws ssm terminate-session --session-id "Bob-07a16060613c408b5"

Output::

  {
    "SessionId": "Bob-07a16060613c408b5"
  }