Cost Optimization πŸ’Έ

Right-size resources, pick suitable storage tiers, and enable autoscaling to control spend.

Insert screenshot of Usage & Quotas dashboard here

Right-sizing πŸ“

  • Use Monitoring to find sustained CPU >80% or <20% and adjust sizes

  • Prefer scale-out behind a load balancer for spiky web traffic

  • Deallocate unused public IPs and delete stale snapshots/volumes

Storage tiers πŸ’Ύ

Tier
Baseline IOPS/GB
Typical use

Standard

10

General workloads

Premium

20

Databases

Pro

30

Latency-sensitive apps

Autoscaling βš™οΈ

  • K8s HPA/VPA for pods; node pool autoscaling (if enabled)

  • Cron-based scale-down for dev/test

Quick wins βœ…

  • Labels for chargeback (owner, env, cost-center)

  • Reserve capacity via subscriptions where steady load exists

  • Snapshot before upgrades; prune old copies

Last updated

Was this helpful?