What problem does it solve? AWS billing data is spread across Cost Explorer, Budgets, Compute Optimizer, Savings Plans, and CUR reports, each with its own API quirks and gotchas. This Skill encodes the correct API usage patterns, common pitfalls, and optimization workflows so cost analysis produces accurate, actionable results instead of stale or miscalculated figures. ## Core Features & Use Cases - Cost Analysis & Auditing: Query Cost Explorer by service, tag, or time range, run a 7-step cost audit workflow, detect cost anomalies, and analyze data transfer charges with correct usage-type filtering. - Savings & Right-Sizing: Evaluate Savings Plans and Reserved Instance purchases, get right-sizing recommendations for EC2, Lambda, RDS, and EBS via Compute Optimizer and Cost Optimization Hub. - Budgets, Pricing & CUR: Create budget alerts scoped to billing views, look up service pricing via the Price List API, monitor Free Tier usage, and query CUR 2.0 data with Athena. - Use Case: A user asks why their AWS bill jumped last month. The Skill checks the current date, queries Cost Explorer for month-over-month service costs, runs anomaly detection, identifies idle resources, and calculates percent changes with a Python script rather than error-prone mental arithmetic. ## Quick Start Ask the assistant to analyze your AWS spending for last month and identify the top cost drivers and savings opportunities.