将 GetConnectionStatus
与 CLI 配合使用
以下代码示例演示如何使用 GetConnectionStatus
。
- CLI
-
- AWS CLI
-
显示托管式实例的连接状态
此
get-connection-status
示例返回指定托管式实例的连接状态。aws ssm get-connection-status \ --target
i-1234567890abcdef0
输出:
{ "Target": "i-1234567890abcdef0", "Status": "connected" }
-
有关 API 详细信息,请参阅《AWS CLI Command Reference》中的 GetConnectionStatus
。
-
- PowerShell
-
- 适用于 PowerShell 的工具
-
示例 1:此示例检索实例的 Session Manager 连接状态,以确定其是否已连接并准备好接收 Session Manager 连接。
Get-SSMConnectionStatus -Target i-0a1caf234f12d3dc4
输出:
Status Target ------ ------ Connected i-0a1caf234f12d3dc4
-
有关 API 详细信息,请参阅《AWS Tools for PowerShell Cmdlet Reference》中的 GetConnectionStatus。
-
有关 AWS SDK 开发人员指南和代码示例的完整列表,请参阅 将 Systems Manager 与 AWS SDK 配合使用。本主题还包括有关入门的信息以及有关先前的 SDK 版本的详细信息。
GetCommandInvocation
GetDefaultPatchBaseline