aws-cost-optimizer
Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer
npx skills add sickn33/agentic-awesome-skills --skill aws-cost-optimizer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AWS Cost Optimizer Analyze AWS spending patterns, identify waste, and provide actionable cost reduction strategies. ## When to Use This Skill Use this skill when you need to analyze AWS spending, identify cost optimization opportunities, or reduce cloud waste. ## Core Capabilities **Cost Analysis** - Parse AWS Cost Explorer data for trends and anomalies - Break down costs by service, region, and resource tags - Identify month-over-month spending increases **Resource Optimization** - Detect idle EC2 instances (low CPU utilization) - Find unattached EBS volumes and old snapshots - Identify unused Elastic IPs - Locate underutilized RDS instances - Find old S3 objects eligible for lifecycle policies **Savings Recommendations** - Suggest Reserved Instance/Savings Plans opportunities - Recommend instance rightsizing based on CloudWatch metrics - Identify resources in expensive regions - Calculate potential savings with specific actions ## AWS CLI Commands ### Get Cost and Usage ```bash # Last 30 days cost by service aws ce get-cost-and-usage \ --time-period Start=$(date -d '30 days ago' +%Y-%m-%d),End=$(date +%Y-%m-%d) \ --granularity MONTHLY \ --metrics BlendedCost \ --group-by Type=D
- When to Use This Skill
- Core Capabilities
- AWS CLI Commands
- Get Cost and Usage
- Find Unused Resources
- Rightsizing Analysis
- Optimization Workflow
- Cost Optimization Checklist
- Example Prompts
- Best Practices
- Integration with Kiro CLI
- Safety Notes
- Additional Resources
- Limitations
Last 30 days cost by service aws ce get-cost-and-usage \ Daily costs for current month Unattached EBS volumes aws ec2 describe-volumes \ Unused Elastic IPs aws ec2 describe-addresses \ Idle EC2 instances (requires CloudWatch) aws cloudwatch get-metric-statistics \ Old EBS snapshots (>90 days)
What does the aws-cost-optimizer skill do?
Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill aws-cost-optimizer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.