ssm

Automate AWS Systems Manager fleet operations across EC2 instances.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill ssm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssm
Source: https://github.com/david-2814/claw-aws/tree/main/skills/ssm
Command: npx skills add https://github.com/david-2814/claw-aws --skill ssm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing AWS Systems Manager across large fleets can be complex and error-prone, including parameter management, remote command execution, and inventory tracking.

Core Features & Use Cases

  • Parameter management: store, retrieve, and manage configuration data via Parameter Store with proper access control.
  • Remote command and session management: execute commands, start sessions, and collect outputs across multiple instances.
  • Patch and inventory management: maintain patch baselines and collect instance inventory for compliance.

Quick Start

Run AWS CLI commands to inventory parameters, start sessions, and apply patches across your fleet.

Frequently Asked Questions about ssm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AWS Systems Manager parameters and sessions across a large EC2 fleet?

You can manage AWS Systems Manager operations across a large EC2 fleet by automating parameter storage, session management, and remote command execution. This centralizes configuration data and command outputs, reducing the complexity and errors of manual fleet administration.

What is the best way to run remote commands and apply patches on multiple EC2 instances?

The best way to run remote commands and apply patches on multiple EC2 instances is using AWS Systems Manager fleet operations. It automates command execution, patch baseline application, and inventory collection across all targeted instances simultaneously.

Do I need the AWS CLI and SSM Agent to use Session Manager for remote commands?

Yes, you need the AWS CLI and SSM Agent installed to use Session Manager for remote commands. Proper IAM permissions are also required to authorize session starts, command execution, and parameter access across your managed instances.

Can I collect instance inventory and maintain patch baselines for EC2 compliance?

Yes, you can collect instance inventory and maintain patch baselines for EC2 compliance using AWS Systems Manager. It tracks configuration data across your fleet and applies patch baselines to ensure your instances meet compliance requirements.

Why does my AWS Systems Manager remote command execution fail across instances?

AWS Systems Manager remote command execution fails when prerequisites are unmet. You must verify AWS CLI availability, confirm proper IAM permissions are attached, and ensure the SSM Agent is running on the target instances before executing fleet commands.