What problem does it solve? AWS work fails in non-obvious ways: IAM policies that look safe but allow privilege escalation, CloudFormation stacks stuck in rollback, API Gateway timeouts that cannot be raised, and bills driven by hidden cardinality or NAT charges. This Skill encodes the edge cases, quotas, and failure modes so reviews and designs catch them before production does. ## Core Features & Use Cases - IAM policy and role review: Walks policy evaluation order, PassRole escalation paths, condition operator empty-set behavior, and confused-deputy trust policies, then verifies fixes with simulate-custom-policy and Access Analyzer. - Serverless and deployment workflows: Guides API Gateway REST vs HTTP selection, Lambda idempotency and SQS visibility timeouts, and CloudFormation/SAM/CDK failure recovery using describe-events with FailedEvents filters. - Cost reduction and service selection: Sequences cost work by reversibility (delete waste, fix architecture, right-size, commit last) and frames managed-service choices as recorded trade-offs. - Use Case: A CDK deployment fails with UPDATE_ROLLBACK_FAILED. The Skill directs you to describe-events with the FailedEvents filter, separates real failures from rollback cascade noise, classifies template-level versus environment-level causes, and gates recovery on a clean cdk diff. ## Quick Start Review this IAM policy and the attached trust policy for privilege escalation paths and confused-deputy risks, then simulate the corrected policy.