Install the Session Manager plugin on Debian Server and Ubuntu Server - AWS Systems Manager

AWS Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see AWS Systems Manager Change Manager availability change.

Install the Session Manager plugin on Debian Server and Ubuntu Server

  1. Download the Session Manager plugin deb package.

    x86_64
    curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
    ARM64
    curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_arm64/session-manager-plugin.deb" -o "session-manager-plugin.deb"
  2. Run the install command.

    sudo dpkg -i session-manager-plugin.deb
  3. Verify that the installation was successful. For information, see Verify the Session Manager plugin installation.

Note

If you ever want to uninstall the plugin, run sudo dpkg -r session-manager-plugin