What problem does it solve? Managing Aurora MySQL clusters involves complex decisions around serverless ACU sizing, I/O-Optimized storage, Reserved Instance vs Savings Plan commitments, and version upgrades, where mistakes are costly and destructive operations are irreversible. ## Core Features & Use Cases - Cluster Creation & Configuration: Guides full VPC-based Aurora MySQL cluster provisioning with tagging, confirmation gates, and tiered safety guardrails that block destructive operations like deletions and public accessibility. - Cost & Capacity Analysis: Bundled Python scripts compute Aurora serverless ACU sizing, I/O-Optimized breakeven points, and RI vs Database Savings Plan comparisons using live AWS pricing or offline fallback data. - Upgrade Planning: Provides major/minor version upgrade guidance with LTS recommendations and pre/post-upgrade checklists. - Use Case: A user asks whether to switch their db.r7g.2xlarge fleet to Aurora serverless; the skill loads the serverless-advisory sub-skill, runs the ACU calculator with their CPU metrics, and returns a cost comparison table with a recommendation. ## Quick Start Ask the assistant to help you create an Aurora MySQL cluster or estimate Aurora serverless ACU sizing for your current provisioned instance.