Verify the Session Manager plugin installation - AWS Systems Manager

Verify the Session Manager plugin installation

Run the following commands to verify that the Session Manager plugin installed successfully.

session-manager-plugin

If the installation was successful, the following message is returned.

The Session Manager plugin is installed successfully. Use the AWS CLI to start a session.

You can also test the installation by running the start-session command in the the AWS Command Line Interface (AWS CLI). In the following command, replace instance-id with your own information.

aws ssm start-session --target instance-id

This command will work only if you have installed and configured the AWS CLI, and if your Session Manager administrator has granted you the necessary IAM permissions to access the target managed node using Session Manager.