Cloud providers build their services with out of the box configurations designed for maximum global coverage. That makes sense from a reliability standpoint. It rarely makes sense for your unit economics.
Most teams never question these defaults because they work. There are no alarms, no latency spikes, no incidents. But that silent functionality can cost tens of thousands of dollars per year on a single service.
FinOps isn't only about cutting costs. It's about making sure your cloud architecture reflects your actual business, not the broadest possible business the provider designs for. That requires regularly auditing infrastructure against real usage data.
The Problem With Cloud Defaults
Cloud platform defaults are optimized to keep applications running globally, not to align with your specific traffic patterns or cost thresholds.
Default configurations favor maximum global performance, redundant geographic coverage, and peak-load scaling. That's by design; it ensures the platform works for everyone. The problem is that "everyone" isn't you.
Because defaults are native and functional, they don't trigger engineering alerts or operational flags. The cost accumulates in the background across dozens of accounts and services until someone looks closely enough at the bill to find it.
CloudFront Price Class: A Case Study in Architectural Misalignment
CloudFront distributes content through edge locations worldwide. By default, every distribution uses all available edge locations for maximum global performance. That's the right choice for some workloads. It was the wrong choice for this one.
During a routine FinOps audit of a content delivery workload, we analyzed actual traffic patterns and regional revenue data. The finding was straightforward: the vast majority of business value and user requests came from North America and Europe.
The distribution was still serving edge locations in South America and Oceania. It was also paying for them. Those regions incur high data transfer costs, with South America among the most expensive CloudFront regions for data transfer out (DTO) pricing.
The physical fix took less than ten seconds: a single click in the AWS console to change the distribution from "All Edge Locations" to "Price Class 200." This simple UI toggle instantly excluded the highest-cost edge regions, such as South America and Oceania, thereby aligning the infrastructure directly with actual demand.
The Financial Impact: 30% Reduction in Edge Spend
Weekly distribution costs dropped from approximately $4,000 to $2,800, a 30% reduction in global edge spend, translating into a $60K annual run-rate impact.
Traffic from South America didn't disappear. Those requests were routed to alternative lower-cost locations such as US East (N. Virginia), removing the São Paulo edge spend from the bill entirely.
The latency trade-off was negligible for this workload. Because the service primarily handles file downloads, the minor increase in routing time has no meaningful impact on user experience. This is exactly the cost-to-latency calculation that FinOps analysis is built to surface: paying for local edge performance only where it actually matters to the user.
Building Infrastructure That Reflects Your Business
A single configuration fix is a useful win. Sustainable cloud efficiency means making these audits a standard part of how engineering teams operate.
Start by requiring teams to justify default settings for high-spend services during architecture reviews, rather than assuming they're correct. The question isn't "should we change this?" It's "Can we explain why we kept it?"
Cost visibility matters here. FinOps works when developers can see the direct financial impact of their architectural choices. Without that telemetry, defaults stay in place indefinitely, and the bill grows quietly.
The goal isn't to reduce performance. It's to align spend with your actual user geography and business requirements and pay only for the performance tiers that generate real value.
Summary
Cloud defaults are designed to work for the widest possible range of customers, not to optimize for your specific workload. Regularly validating infrastructure decisions against real usage data is how you close the gap between what you're paying for and what you actually need.
Our FinOps team runs infrastructure audits that surface this type of misalignment quickly, across CloudFront, compute, storage, and beyond. If you want to know whether similar optimization opportunities exist in your environment, book a FinOps assessment.