aws-cost-optimization

SKILL.md

AWS Cost Optimization

Apply practical FinOps controls without sacrificing reliability.

When to Use This Skill

Use this skill when:

  • Monthly AWS cost spikes unexpectedly
  • Preparing cost reviews with engineering and finance
  • Rightsizing EC2, RDS, and EKS workloads
  • Choosing Savings Plans or Reserved Instances

Cost Review Workflow

  1. Tag resources by team, service, and environment.
  2. Use Cost Explorer and CUR to identify top spend drivers.
  3. Rightsize underutilized compute and storage.
  4. Apply commitment discounts for stable baseline usage.
  5. Set budgets, anomaly alerts, and KPI reporting.

High-Impact Actions

  • Move bursty non-prod compute to Spot where safe.
  • Configure S3 lifecycle rules for infrequent access and archive tiers.
  • Reduce NAT Gateway and inter-AZ data transfer surprises.
  • Schedule dev/test shutdown windows outside business hours.
  • Tune log retention (CloudWatch, OpenSearch) to policy requirements.

Useful Commands

# Cost Explorer rightsizing recommendations (example)
aws ce get-rightsizing-recommendation \
  --service "AmazonEC2" \
  --configuration file://rightsizing-config.json

# List unattached EBS volumes
aws ec2 describe-volumes --filters Name=status,Values=available

# Retrieve budget alerts
aws budgets describe-budgets --account-id 123456789012

Related Skills

Weekly Installs
4
GitHub Stars
13
First Seen
13 days ago
Installed on
cline4
github-copilot4
codex4
kimi-cli4
gemini-cli4
cursor4