cost-optimization

Implement cloud cost reduction strategies across AWS, Azure, and GCP.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill cost-optimization-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cost-optimization
Source: https://github.com/Tgoldi/claude-skills/tree/main/cost-optimization
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill cost-optimization-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Cloud bills grow unpredictably when resources are over-provisioned, untagged, or left running idle, and teams lack a systematic framework to find and fix the waste. ## Core Features & Use Cases - Multi-Cloud Pricing Strategies: Apply reserved instances, savings plans, spot/preemptible instances, and committed use discounts across AWS, Azure, and GCP. - Infrastructure as Code Patterns: Ready-to-use Terraform snippets for S3 lifecycle policies, budget alerts, tagging standards, and auto-scaling policies. - Cost Governance Framework: A four-step framework covering visibility, right-sizing, pricing models, and architecture optimization, plus a 15-point audit checklist. - Use Case: Your AWS bill jumped 40% this quarter. Use this Skill to audit untagged resources, identify over-provisioned EC2 instances, and implement a savings plan with budget alerts. ## Quick Start Analyze my current AWS infrastructure and recommend cost optimization actions including right-sizing, reserved capacity, and storage lifecycle policies.

Frequently Asked Questions about cost-optimization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce AWS costs without hurting performance?

Start with right-sizing by analyzing resource utilization and downsizing over-provisioned instances, then apply Reserved Instances or Savings Plans for steady workloads to save 30-72%. Combine with auto-scaling and S3 lifecycle policies to eliminate idle and storage waste.

What is the difference between AWS Savings Plans and Reserved Instances?

Compute Savings Plans offer up to 66% savings with flexibility across instance families, regions, and services including Fargate and Lambda. EC2 Instance Savings Plans reach 72% but lock you to a specific instance family, while Standard Reserved Instances offer the least flexibility.

When should I use spot or preemptible instances?

Use spot instances (AWS, up to 90% savings) or preemptible VMs (GCP, up to 80% savings) for fault-tolerant workloads like batch jobs, CI/CD pipelines, and stateless services. Mix them with on-demand capacity since AWS gives only a 2-minute interruption notice.

How do I set up cloud budget alerts with Terraform?

Define an aws_budgets_budget resource with a monthly cost limit and a notification block that triggers at a threshold such as 80% of actual spend. Azure and GCP offer equivalent alerting through Cost Management and Budget alerts respectively.

Does this approach work for multi-cloud environments?

Yes, the framework covers AWS, Azure, and GCP with provider-specific guidance for each, plus multi-cloud tooling like CloudHealth, Cloudability, and Kubecost. The four-step framework of visibility, right-sizing, pricing models, and architecture optimization applies uniformly.