What problem does it solve? Assessing workload resilience across multiple AWS accounts requires manually wiring IAM trust relationships, invoker roles, and per-service permission models, which is error-prone and easy to confuse with the separate Organizations delegated-administrator integration. ## Core Features & Use Cases - Cross-Account IAM Setup: Creates the central invoker role and member-account cross-account roles with least-privilege read-only discovery permissions, externalId, and aws:PrincipalOrgID conditions. - Per-Service Permission Model: Registers services with aws resiliencehubv2 create-service --permission-model so a central account can discover and assess resources in member accounts. - Verification & Troubleshooting: Validates setup with list-services and list-input-sources, and diagnoses AccessDenied or empty-discovery failures. - Use Case: A platform team wants one central account to run Resilience Hub assessments against workloads in five member accounts; this skill walks through role creation, service registration, and verification step by step. ## Quick Start Set up Resilience Hub v2 so my central account 111111111111 can assess workloads running in member account 222222222222.