Aws Cost Cleanup
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aaaaqwq-aws-cost-cleanup npx -- -y @trustedskills/aaaaqwq-aws-cost-cleanup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aaaaqwq-aws-cost-cleanup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aaaaqwq-aws-cost-cleanup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill helps identify and remove unused or underutilized AWS resources to reduce cloud spending. It can analyze cost data, pinpoint idle instances, old snapshots, and other potential waste, then generate cleanup plans or execute automated removal actions. The goal is to optimize your AWS environment for both performance and cost efficiency.
When to use it
- Unexpectedly high AWS bills: Use the skill to investigate spikes in spending and identify the root causes.
- Project completion/termination: Automatically clean up resources associated with a finished project to avoid ongoing costs.
- Regular cost optimization reviews: Schedule periodic scans to proactively identify and eliminate unnecessary expenses.
- Dev/Test environment cleanup: Ensure development and testing environments are properly cleaned after use, preventing resource accumulation.
Key capabilities
- Cost data analysis
- Identification of idle resources (instances, snapshots)
- Cleanup plan generation
- Automated resource removal
Example prompts
- "Find all unused EBS volumes in the us-east-1 region."
- "Generate a cleanup plan for EC2 instances that haven't been accessed in 30 days."
- "Delete any snapshots older than 7 days in my account."
Tips & gotchas
- Requires appropriate AWS credentials with sufficient permissions to access and modify resources.
- Review generated cleanup plans carefully before execution to avoid accidental data loss.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.