report

Generates enterprise resilience assessment reports from AWS Resilience Hub assessments with cost-quantified remediation.

4|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/aquavis12/power-aws-resilience-hub --skill report-aquavis12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/aquavis12/power-aws-resilience-hub/tree/main/skills/report
Command: npx skills add https://github.com/aquavis12/power-aws-resilience-hub --skill report-aquavis12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw AWS Resilience Hub assessment results into an actionable, executive-ready remediation report requires manually correlating breach signals, resource ARNs, live infrastructure drift, and pricing data across multiple AWS services. ## Core Features & Use Cases - Structured Report Generation: Produces a full report with executive summary, RTO/RPO analysis, per-disruption-layer findings, operational gaps (alarms/SOPs/FIS), and a prioritized remediation roadmap. - Cost-Quantified Remediation: Validates every recommendation's monthly cost against the live AWS Pricing API, presenting unit rate × quantity breakdowns. - Live Infrastructure Cross-Check: Compares assessment scope against actual tagged resources to catch missed resources, drift, and false-positive stateless classifications. - Use Case: After running a Resilience Hub assessment on a production application, generate a board-ready report listing every breached component with its ARN, root cause, fix, Well-Architected best-practice ID, and validated monthly cost. ## Quick Start Generate a full resilience assessment report for my application from its latest Resilience Hub assessment, including costs and console links.

Frequently Asked Questions about report

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

FAQPage Schema
How do I generate a report from an AWS Resilience Hub assessment?

Provide an assessment ARN or application name, or pick from recent assessments listed via list-app-assessments. The skill reads compliance status, component scores, and recommendations, then produces a structured report with findings, costs, and a remediation roadmap.

How are remediation costs calculated in the resilience report?

Costs come primarily from Resilience Hub's own estimates, validated against the AWS Pricing API for services like NAT Gateway, AWS Backup, S3, and DRS. Each cost is presented as unit rate multiplied by quantity equals monthly total, filtered by the assessment's region.

Does the report include resource ARNs and console links?

Yes. Every resource in breach tables and appendices includes its full ARN retrieved from actual API calls, and the report provides direct Resilience Hub console URLs for the assessment, application, and operational recommendations pages.

Can the report detect resources missing from the assessment scope?

Yes. The workflow cross-references assessed resources against live tagged infrastructure in the account, flagging resources absent from the assessment, drifted resources, disabled Auto Scaling Groups, and false-positive stateless classifications on stateful workloads.

What are the limitations of Resilience Hub remediation recommendations?

Some gaps cannot be closed by Resilience Hub's recommendation engine, such as PITR on read replicas or hourly backups versus a 15-minute RPO target. The report explicitly flags these items as requiring manual tracking outside Resilience Hub.