

• 2026 年 4 月 30 日之後將不再提供 AWS Systems Manager CloudWatch Dashboard。客戶可以繼續使用 Amazon CloudWatch 主控台來檢視、建立和管理其 Amazon CloudWatch 儀表板，就像現在一樣。如需詳細資訊，請參閱 [Amazon CloudWatch Dashboard 文件](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管理員已授予您使用 存取目標受管節點的必要 IAM 許可時，此命令才能運作Session Manager。