automated-remediation

Execute predefined runbooks to remediate known failure patterns in AWS.

18|4|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-oh-my-aidlcops --skill automated-remediation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automated-remediation
Source: https://github.com/aws-samples/sample-oh-my-aidlcops/tree/main/plugins/agenticops/skills/automated-remediation
Command: npx skills add https://github.com/aws-samples/sample-oh-my-aidlcops --skill automated-remediation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__cloudwatch, mcp__prometheus, mcp__eks, mcp__cloudformation, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the remediation of known failure patterns using predefined runbooks, reducing manual intervention and speeding up recovery processes.

Core Features & Use Cases

  • Automated Remediation: Executes predefined runbooks based on incident details or RCA results.
  • Predefined Runbooks: Provides a library of runbooks for various failure scenarios.
  • Use Case: When an incident occurs, the Skill can automatically apply the appropriate runbook to remediate the issue.

Quick Start

Trigger the automated remediation process for an incident with ID 'sev2-20260508-1405'.

Frequently Asked Questions about automated-remediation

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

FAQPage Schema
How do I automate incident remediation for known failure patterns in AWS?

Automated remediation uses predefined runbooks to execute recovery actions for known failure patterns in AWS cloud services, reducing manual intervention and speeding up incident response. You trigger the process using a specific incident ID.

What cloud services and monitoring tools are required to execute predefined remediation runbooks?

Executing remediation runbooks requires access to CloudWatch, Prometheus, EKS, and CloudFormation. The workflow matches incident response data and RCA reports against these cloud services to apply the appropriate automated remediation actions.

How does root cause analysis data integrate with automated remediation workflows?

Root cause analysis data feeds into the automated remediation workflow by providing RCA reports that the Skill matches against known failure patterns. It then selects and executes the appropriate predefined runbook to resolve the specific incident.

Can I use predefined runbooks to remediate EKS cluster failures automatically?

Yes, predefined runbooks can automatically remediate EKS cluster failures by handling incident response data and leveraging the EKS dependency to execute appropriate recovery actions for known cloud service failure scenarios.

When should I use automated runbooks instead of manual incident response?

Use automated runbooks when an incident matches a known failure pattern. The Skill applies predefined remediation actions based on RCA results, making it ideal for speeding up recovery processes for familiar cloud service issues rather than novel incidents.