runbooks inventory ssm-statusΒΆ
Auto-generated from
runbooks inventory ssm-status --helpon 2026-05-21. Source of truth: runbooks PyPI package v1.3.22
Usage: runbooks inventory ssm-status [OPTIONS]
SSM agent status, patch compliance, and command history for an EC2 instance.
Queries AWS Systems Manager for a specific instance and shows: - Agent
version, platform, ping status, last ping time, IP address - Patch
compliance: installed, missing, failed counts - Last 10 command invocations
with document name and status
READONLY -- no mutations.
Examples: runbooks inventory ssm-status --instance-id i-0abc123
--profile ops-profile runbooks inventory ssm-status --instance-id
i-0abc123 --profile ops-profile --output json
Options:
-p, --profile TEXT AWS profile name (default: from AWS_PROFILE env
var)
--instance-id INSTANCE_ID EC2 instance ID to query SSM status for (e.g.
i-0abc123def456) [required]
--region TEXT AWS region (default: ap-southeast-2)
--output [table|json] Output format (default: table)
--help Show this message and exit.