The context problem: why cost tools tell you to "right-size" everything
Open any popular cloud cost dashboard. Click the "recommendations" tab. You'll get a list of suggestions roughly the length of your bill, ranked by some opaque score. Most of them say "right-size this" or "reserve capacity here."
The recommendations aren't wrong. They're just context-free. And without context, a recommendation is closer to a horoscope than a plan.
The same instance, three different stories
An r6i.4xlarge sitting at 12% average CPU could be:
- A nightly batch job that pegs CPU at 100% for 90 minutes and idles the rest of the day. Right-sizing it makes the batch take longer and the job miss its window.
- A Postgres replica running mostly out of buffer cache. Right-sizing it cuts memory, which evicts hot pages, which spikes IOPS, which costs more than the savings.
- An app server with a P99 latency SLO. Right-sizing it tightens headroom, which makes the next traffic spike a paging incident.
Same data, three different right answers. A dashboard that doesn't know which one you have can only suggest the average answer — which is the wrong answer for almost everyone.
The cost report you actually wanted is not "here are 47 recommendations." It's "here are the three things that matter for your app, and here's why."
Why we ask for a paragraph
When you sign up for CloudBillDecoder, we ask for one paragraph: what does your app do, who uses it, and roughly what shape is the workload. It feels like a small ask. It's actually the biggest input we get.
That paragraph is what lets us look at a 38% spike in NAT Gateway data processing and say "this is your nightly export pushing data to a partner's S3 bucket — here's the cheaper way" instead of "data transfer is up, please investigate."
The honest tradeoff
Asking for context costs us something — a worse activation funnel, a slower first-run experience. Every "fast" cost tool skips it for a reason. We made the opposite trade because the report at the end is dramatically better when we know what we're reading. If the goal is to genuinely move your bill, the paragraph is worth the 60 seconds.
CloudBillDecoder is in private beta. Request access →