Glossary
The AWS cost vocabulary, demystified
15 short, opinionated definitions for the AWS cost and FinOps concepts that drive your bill. Each entry links to the corner of Refine that helps with it.
By HabileLabs
Pricing & Commitments
4Savings Plan
A 1- or 3-year AWS commitment to a steady level of compute usage ($/hour) in exchange for a lower rate. Flexible across instance family, size, OS, region, and tenancy.
Reserved Instance (RI)
An older AWS commitment model — pre-pay for a specific instance type / region / tenancy / OS for 1 or 3 years in exchange for a discount of up to ~72%.
Compute Savings Plan
The most flexible AWS Savings Plan variant — applies to EC2, Fargate, and Lambda usage across any region, instance family, OS, and tenancy.
Spot Instance
A spare EC2 capacity instance priced at up to ~90% off on-demand, with the trade-off that AWS can reclaim it with 2 minutes' notice.
Cost Visibility
3Cost Allocation Tag
A key-value AWS tag that has been activated for cost reporting — once active, it appears as a column in the Cost and Usage Report and Cost Explorer.
AWS CUR (Cost and Usage Report)
The most detailed AWS billing data export — line-item-level usage and cost, written hourly to an S3 bucket as Parquet or CSV.
Cost Anomaly
A statistically significant unexpected spike or drop in AWS cost for a given service / account / region, relative to its recent baseline.
Compute
3Right-sizing
Matching the instance type and size to actual workload demand — avoiding both over-provisioning (paying for idle capacity) and under-provisioning (performance pain).
Idle Resource
An AWS resource that is provisioned and billed but doing no real work — common offenders: unattached EBS volumes, idle EC2, unused elastic IPs, abandoned load balancers.
EC2 Instance Family
The letter-and-number prefix of an EC2 instance type (m, c, r, t, etc.) that maps to a specific generation, processor, and resource ratio (CPU vs memory).
Storage
3S3 Storage Class
A tier of S3 storage trading retrieval latency, durability, and minimum-storage-duration for price — Standard, Standard-IA, Intelligent-Tiering, One Zone-IA, Glacier flavors.
S3 Intelligent-Tiering
An S3 storage class that automatically moves objects between access tiers based on usage patterns — no retrieval fees, small monitoring charge per object.
EBS Volume Types
The performance / cost tiers of Amazon Elastic Block Store — gp3 (default modern general-purpose), gp2 (legacy), io2 (provisioned IOPS), st1 / sc1 (throughput / cold HDD).
See these concepts in your own AWS account — free
Connect AWS via a read-only IAM role and the dashboard surfaces where each concept costs you money.
Refine is built and supported by HabileLabs, an AWS Advanced Tier Services Partner.