cloud-cost-optimization

Reduce cloud spending through right-sizing, commitment discounts, storage tiering, and egress control.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/snoodleboot-io/discrecontinual_equations --skill cloud-cost-optimization-snoodleboot-io
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cloud-cost-optimization
Source: https://github.com/snoodleboot-io/discrecontinual_equations/tree/main/.claude/skills/cloud-cost-optimization
Command: npx skills add https://github.com/snoodleboot-io/discrecontinual_equations --skill cloud-cost-optimization-snoodleboot-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Cloud bills grow silently through over-provisioned instances, idle resources, untiered storage, and surprise egress charges, and most teams lack a systematic method to find and eliminate that waste. ## Core Features & Use Cases - Right-Sizing Guidance: Measure p95 CPU, memory, and IO over a representative window and match instance sizes to actual usage, with recurring review schedules. - Commitment and Spot Strategy: Cover the steady baseline with savings plans or reservations, burst on-demand, and run interruptible batch work on spot instances. - Storage Lifecycle and Idle Resource Cleanup: Automate tiering and expiration policies, and sweep orphaned volumes, snapshots, idle load balancers, and 24/7 non-production environments. - Egress and Cost Attribution: Minimize cross-zone, cross-region, and internet transfer costs, and enforce tagging with per-owner showback and budget alerts. - Use Case: A team facing a rising AWS bill uses this Skill to audit their estate, right-size the fleet from measured p95 usage, buy savings plans against the baseline, and schedule dev environment shutdowns. ## Quick Start Ask the assistant to review your cloud infrastructure for cost optimization opportunities and produce a prioritized savings plan.

Frequently Asked Questions about cloud-cost-optimization

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

FAQPage Schema
How do I reduce cloud costs on AWS, GCP, or Azure?▼

Start by right-sizing instances from measured p95 CPU, memory, and IO over a representative week, since over-provisioning is the largest lever. Then cover the steady baseline with savings plans or reservations, automate storage tiering, and kill idle resources like orphaned volumes and 24/7 dev environments.

How to right-size cloud instances based on actual usage?▼

Pull real CPU, memory, and IO metrics over at least a week covering peaks, then move each workload to the smallest instance family that holds its p95 with headroom. For containers, set requests from observed p95 rather than guesses, and schedule recurring reviews since usage drifts over time.

When should I use spot instances vs reserved instances?▼

Use reserved instances or savings plans for the predictable baseline of usage that is always present, and spot instances for interruptible, fault-tolerant work like batch jobs, CI, and stateless workers. Keep the variable top of the load curve on-demand where flexibility justifies the premium.

Why is cloud egress so expensive and how do I reduce it?▼

Egress is metered for internet traffic, cross-region transfer, and even cross-availability-zone traffic, which surprises teams because it is invisible in architecture diagrams. Reduce it by co-locating chatty services, keeping compute next to its data, using CDNs for repeated content, and routing over private endpoints.

What are the limits of cloud cost optimization?▼

Cost optimization should never delete redundancy that SLOs require, since optimizing away reliability trades short-term savings for outage risk. Buy-and-forget reservations also become sunk costs when workloads shrink, so commitments and right-sizing need recurring review rather than one-time fixes.