ssm-ops

Execute ad-hoc shell commands on production EC2 instances via AWS SSM.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/0xxmemo/litellmctl --skill ssm-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssm-ops
Source: https://github.com/0xxmemo/litellmctl/tree/main/.claude/skills/ssm-ops
Command: npx skills add https://github.com/0xxmemo/litellmctl --skill ssm-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-cli, python3, and includes scripts (resource) components.

What problem does it solve?

Enables operators to perform ad-hoc shell tasks on a production EC2 instance without SSH access, by using AWS SSM to execute commands securely and audibly.

Core Features & Use Cases

  • Remote maintenance workflows: fetch and pull updates, then restart the gateway to apply changes.
  • Log and status triage: tail logs and check health/status without direct access.
  • Safe operations: enforce ec2-user context and absolute paths to prevent drift and exposure of secrets.

Quick Start

Ask me to run a safe remote command on the production EC2 instance via AWS SSM.

Frequently Asked Questions about ssm-ops

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

FAQPage Schema
How do I run shell commands on a production EC2 instance without SSH access?

You can execute ad-hoc shell commands on a production EC2 instance without SSH access by using AWS SSM to run tasks securely and audibly. This approach enforces correct user context and absolute paths to prevent drift and exposure of secrets.

What is the best way to apply hotfixes to a gateway without triggering a full release?

Applying hotfixes without a full release is possible by using AWS SSM to execute ad-hoc shell commands on your production EC2 instance. This allows you to pull updates, restart the gateway, and coordinate operations safely through a wrapper.

Does AWS SSM work with AWS CLI and Python3 for remote gateway maintenance?

AWS SSM works with AWS CLI and Python3 to enable remote maintenance workflows on your gateway. You can fetch and pull updates, then restart the gateway to apply changes without needing direct instance access.

Can I tail logs and check gateway status remotely using AWS SSM?

You can tail logs and check gateway health status remotely using AWS SSM. It allows operators to perform log and status triage on a production EC2 instance without direct access, ensuring safe and audible operations.

How does AWS SSM prevent secret exposure when running remote commands on EC2?

AWS SSM prevents secret exposure when running remote commands by enforcing the ec2-user context and requiring absolute paths. This safe operation strategy avoids configuration drift and protects sensitive data during execution.