

• AWS Systems Manager CloudWatch 控制面板在 2026 年 4 月 30 日之后将不再可用。客户可以像现在一样继续使用 Amazon CloudWatch 控制台来查看、创建和管理其 Amazon CloudWatch 控制面板。有关更多信息，请参阅 [Amazon CloudWatch 控制面板文档](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Dashboards.html)。

# 验证 Session Manager 插件安装
<a name="install-plugin-verify"></a>

运行以下命令验证是否已成功安装 Session Manager 插件。

```
session-manager-plugin
```

如果安装成功，将返回以下消息。

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

您还可以通过在 [AWS Command Line Interface](https://aws.amazon.com/cli/)（AWS CLI）中运行 [https://docs.aws.amazon.com/cli/latest/reference/ssm/start-session.html](https://docs.aws.amazon.com/cli/latest/reference/ssm/start-session.html) 命令来测试安装。在下面的命令中，将 *instance-id* 替换为您自己的信息。

```
aws ssm start-session --target instance-id
```

仅当您已安装并配置了 AWS CLI，而且 Session Manager 管理员已授予您使用 Session Manager 访问目标托管式节点所需的 IAM 权限时，此命令才有效。