Infrastructure Cost Reviews in English: FinOps Language for Engineering Teams

English vocabulary for infrastructure cost reviews: right-sizing, chargeback, forecasting, budget variance, reserved capacity, idle resources, and cost anomaly language.

As cloud infrastructure costs have become a first-class engineering concern, a new vocabulary has emerged at the intersection of finance and technology — FinOps. Engineering teams that once only optimised for performance now need to participate in cost reviews, explain budget variances to finance stakeholders, and justify infrastructure decisions in terms of spend efficiency. For non-native English speakers, the language of cloud cost management combines financial terminology with technical concepts in ways that can be unfamiliar.


Key Vocabulary

Right-sizing The process of matching the compute resource allocation (instance type, memory, CPU) to the actual workload requirements — removing over-provisioned capacity and avoiding under-provisioned failures.

“Our right-sizing analysis showed that 40% of our EC2 instances were operating at under 15% CPU utilisation — we’ve scheduled a right-sizing exercise for the next maintenance window.”

Chargeback A model where cloud costs are allocated back to the teams or business units that incurred them — making teams financially accountable for their infrastructure usage.

“Since we introduced chargeback, teams have started asking harder questions about whether they actually need that extra replica.”

Budget variance The difference between the planned budget and the actual spend — a positive variance means underspending, a negative variance means overspending.

“We have a 23% negative variance for Q2 — actual infrastructure spend exceeded the forecast by £41,000, primarily driven by the data pipeline expansion.”

Reserved capacity / Reserved instances A commitment to use a specified amount of cloud resources over a fixed period (typically one or three years) in exchange for a significant discount compared to on-demand pricing.

“By converting our baseline compute to reserved instances, we achieved a 38% cost reduction on those workloads compared to on-demand rates.”

Idle resource A provisioned resource that is consuming costs but delivering no value — for example, a stopped virtual machine that is still incurring storage charges, or an unused load balancer.

“The automated idle resource scan found 17 unattached EBS volumes and 3 elastic IP addresses that are costing approximately £800/month with no associated workload.”

Cost anomaly An unexpected spike or deviation in cloud spending that is outside the normal pattern — often indicating a misconfiguration, runaway process, or unplanned usage.

“The cost anomaly detection alert fired at 14:00 — S3 egress costs tripled overnight. We’re investigating whether a batch export job was misconfigured to run continuously.”

Showback Similar to chargeback, but without the financial transfer — teams can see the cost attributed to their services for awareness and accountability, but the budget does not move.

“We’re starting with showback before moving to full chargeback — we want teams to understand their cost profile before they’re held financially accountable for it.”


Useful Phrases

Presenting a cost review:

“This month’s infrastructure spend came in at £142,000 — 8% above forecast. The primary driver was an unplanned increase in data transfer costs from the new analytics pipeline. I’ll walk through the breakdown and the three actions we’re taking to bring this back in line.”

Explaining a variance:

“The negative variance in compute is primarily from the new ML training environment we provisioned in response to the product team’s urgent request in week two. It wasn’t in the original budget. We’re recommending this gets added to the baseline forecast for Q3.”

Recommending right-sizing:

“Based on two weeks of utilisation data, the API gateway cluster is consistently running at 12% CPU. We recommend downsizing from m5.2xlarge to m5.large instances — the projected saving is £3,200 per month with no impact on performance headroom.”

Justifying reserved capacity:

“Our baseline compute workload has been stable for six months. Converting that baseline to one-year reserved instances would save approximately £18,000 over the commitment period. The break-even point is four months — after that, we’re in savings.”

Flagging an anomaly:

“I want to flag a cost anomaly we detected yesterday: NAT gateway costs are 3x the monthly average. Early investigation suggests a misconfigured Lambda function is making API calls in a loop. We’ve stopped the function and are investigating.”


Common Mistakes

Confusing “cost” and “spend” In FinOps language, cost often refers to the unit price or rate, while spend refers to the actual money consumed. “Our cost per request has increased” means the price per operation went up. “Our spend has increased” means the total bill is higher. These can have different causes and different solutions — keep them precise.

Using “save” without a baseline Statements like “this will save money” are too vague to be useful in a cost review. Finance and engineering stakeholders need to know the baseline, the projected amount, and the confidence level: “Based on current on-demand rates and our observed utilisation patterns, this change is projected to reduce monthly spend by approximately £4,200 — roughly 11% of the affected workload cost.”

Presenting spend without context Reporting “we spent £142,000 this month” without comparison to forecast, trend, or benchmark leaves stakeholders without a frame for evaluating whether that number is good or bad. Always provide at least one reference point: variance to forecast, comparison to prior month, or percentage of the total infrastructure budget.


FinOps vocabulary bridges engineering and finance — and teams that speak it fluently are better positioned to make the case for both investment and efficiency.