account-scan

Assess resilience posture of all AWS applications across multiple regions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams running many AWS workloads lack a consolidated view of resilience posture across regions, making it hard to spot non-compliant apps, unregistered workloads, and cross-region gaps before an outage occurs. ## Core Features & Use Cases - Multi-Region Discovery: Lists all Resilience Hub applications across selected regions and summarizes app counts per region. - Bulk Assessment: Runs or reuses recent resilience assessments per app, capturing compliance status, resilience scores, and policy breaches. - Gap Detection: Compares CloudFormation stacks and resource groups against registered apps to flag unregistered workloads. - Use Case: A platform engineer asks for an account-wide resilience review before a DR audit; the Skill scans all regions, assesses every app, and produces an aggregated posture report with prioritized, cost-estimated recommendations. ## Quick Start Run an account-wide resilience scan across all my active AWS regions and generate an aggregated posture report.

Frequently Asked Questions about account-scan

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

FAQPage Schema
How do I assess resilience for all AWS apps in my account?

Run an account-wide scan that lists Resilience Hub apps in each target region, triggers or reuses recent assessments, and aggregates compliance status, resilience scores, and policy breaches into a single posture report.

How to find workloads not registered in AWS Resilience Hub?

The scan lists CloudFormation stacks and resource groups per region and compares them against registered Resilience Hub apps. Any stack or group without a matching app is flagged as an unregistered workload and a potential resilience gap.

Can I scan specific AWS regions instead of all regions?

Yes, you can specify particular regions to scan. If you request all regions, a default set of common active regions such as us-east-1, eu-west-1, and ap-southeast-1 is used, and regions returning AccessDenied are skipped.

Does the account scan modify my AWS infrastructure?

No, the scan is read and assess only. It never modifies workload infrastructure, and it rate-limits assessment triggers to at most five concurrent assessments to avoid API throttling.

Why does a region fail during an account-wide resilience scan?

A region typically fails with AccessDenied when it is not enabled for the account or the IAM role lacks permissions there. The scan notes the failure and continues with the remaining regions.