Aws Cost Cleanup

🌐Community
by sickn33 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add aws-cost-cleanup npx -- -y @trustedskills/aws-cost-cleanup
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-cost-cleanup": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-cost-cleanup"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The aws-cost-cleanup skill helps identify and remove unused or underutilized AWS resources to reduce cloud spending. It can analyze resource utilization data, pinpoint idle instances, old snapshots, and other cost drivers, then automate the deletion of these resources based on defined policies. This allows for proactive management of AWS costs and prevents unnecessary expenses.

When to use it

  • Monthly Cost Review: Use this skill at the end of each month to identify potential areas for cost optimization before billing cycles close.
  • Project Completion: After a project is finished, leverage the skill to automatically clean up associated resources that are no longer needed.
  • Dev/Test Environment Management: Regularly use it to ensure development and testing environments aren't accumulating unused resources and incurring unnecessary charges.
  • Identifying Idle Resources: Run this skill periodically to proactively identify EC2 instances or EBS volumes with low utilization metrics.

Key capabilities

  • Resource Utilization Analysis
  • Automated Resource Deletion
  • Policy-Based Cleanup
  • Identification of Idle Instances
  • Old Snapshot Removal

Example prompts

  • "Find and delete all unused EBS snapshots older than 30 days."
  • "Analyze EC2 instance utilization over the last week and recommend cost optimization actions."
  • "Remove any EC2 instances that have been idle for more than a day."

Tips & gotchas

This skill requires appropriate AWS IAM permissions to access resource data and perform deletion operations. Always review proposed cleanup actions before execution, especially in production environments, 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sickn33
Installs
19

🌐 Community

Passed automated security scans.