New to Claude Skills? Learn how to install them →

aws on GitHub

Failure Mode Assessment

OfficialFree

Streamline AWS Resilience Hub assessments and findings.

Get this skill

Free · Opens the source repo

What Failure Mode Assessment does

The Failure Mode Assessment skill is designed for professionals utilizing AWS Resilience Hub v2 to manage and interpret failure mode assessments effectively. This tool allows users to initiate assessments, analyze findings based on severity and categories, and triage issues based on their achievability. It is particularly useful for developers and architects who need to ensure their AWS environments are resilient and compliant with best practices.

When you run an assessment using this skill, it guides you through the process step-by-step, ensuring that you can interpret the findings accurately. The skill provides insights into the severity of findings, helping you prioritize remediation efforts. For example, findings are categorized as HIGH, MEDIUM, or LOW, allowing you to focus on the most critical issues first. The skill also assists in understanding AI-generated service functions and how to update them if they are incorrect, ensuring that your assessment reflects the current architecture.

This skill is ideal for teams that are actively managing AWS architectures and need a structured approach to resilience assessments. It is particularly beneficial during sprint planning or when preparing for audits. By leveraging this skill, users can not only identify potential failure modes but also implement actionable recommendations to enhance their systems' resilience.

However, it is important to note that this skill is not intended for initial setup tasks or for conducting Fault Injection Simulations (FIS). It is specifically focused on running assessments and addressing findings, making it a specialized tool for ongoing resilience management rather than a comprehensive setup solution.

When to use it

Use this skill when you need to conduct a failure mode assessment in AWS Resilience Hub or when reviewing findings from previous assessments.

When not to use it

This skill is not suitable for initial setup of the Resilience Hub or for executing Fault Injection Simulations (FIS).

What you can build with it

Running a Regular Assessment

Use this skill to conduct routine failure mode assessments in your AWS environment, ensuring ongoing resilience.

Triage Critical Findings

When an assessment reveals multiple findings, leverage this skill to prioritize and manage remediation efforts effectively.

Understanding AI Service Functions

If you encounter issues with AI-generated service functions during an assessment, this skill provides guidance on how to update and correct them.

How to install Failure Mode Assessment

View source

1. Install with the skills CLI

npx skills add aws/agent-toolkit-for-aws/resilience-hub-failure-mode-assessment --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by aws

Failure Mode Assessment

Overview

Domain expertise for running Resilience Hub v2 failure mode assessments, interpreting findings, triaging by severity and achievability, and driving remediation.

The AWS MCP server is recommended for executing this skill's AWS API calls, but it is not required — all operations also work with the AWS CLI directly.

Guardrail — where this skill's own files live (MCP vs local install)

Before reading a reference file, determine how this skill was loaded:

  • Loaded via the AWS MCP retrieve_skill tool: the skill's reference files are not on the local filesystem. Fetch each one through retrieve_skill with the file parameter (e.g. file="references/assessment-workflow.md") — do NOT file_read these paths locally or search the filesystem for them.
  • Installed locally (e.g. .kiro/skills/resilience-hub-failure-mode-assessment/ or ~/.claude/skills/resilience-hub-failure-mode-assessment/): read reference files from the local skill directory using the relative paths shown here.

This applies only to the skill's own reference files; always read and write user or session data in the working directory, never through retrieve_skill.

Run and interpret assessments

To run assessments and triage findings, follow the procedure exactly. See references/assessment-workflow.md.

Troubleshooting

Assessment fails with INVALID_PERMISSIONS

The service's permission model (invokerRoleName / crossAccountRoles) doesn't have access to the resources. Verify the invoker role (and any cross-account roles) can describe resources in all configured regions.

Too many findings — where to start?

Prioritize by finding severity, highest first (HIGH, then MEDIUM, then LOW). For HIGH-severity findings, check the service's achievability for the relevant policy component (from get-service / list-failure-mode-assessments): NOT_ACHIEVABLE means the architecture must change before testing; ACHIEVABLE means validate the fix with an FIS experiment. MEDIUM findings: plan remediation this sprint; LOW findings: track but don't block (see the priority matrix in references/assessment-workflow.md Step 5).

AI-generated service functions are wrong

Update them: aws resiliencehubv2 update-service-function to rename or change criticality (there is no service-function "type" parameter). Reassign resources by calling create-service-function-resources with the desired resource set (see references/assessment-workflow.md for the service-function operations).

Security Considerations

  • Least privilege: the invoker role should be scoped to read-only discovery of only the resource types in the service's input sources; avoid granting access beyond what assessment needs.
  • Encryption & access control: recommend that S3 buckets used for report output have server-side encryption (SSE-S3 or SSE-KMS) and block public access — assessment reports can contain sensitive architectural detail. If a bucket policy grants the Resilience Hub service principal write access, scope it with aws:SourceArn / aws:SourceAccount condition keys to prevent confused-deputy writes.
  • Further reading: see Security in AWS Resilience Hub and the AWS Well-Architected Security Pillar for securing assessment outputs and IAM configurations.

Frequently asked questions about Failure Mode Assessment

Similar skills