

• 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 を使用してターゲットマネージドノードにアクセスするために必要な IAM 許可を Session Manager 管理者がユーザーに付与している場合にのみ機能します。