Google Cloud Cost Calculators
3 free tools · no login · nothing uploaded
Google Cloud prices several things on a basis that catches out anyone who learned cloud cost on AWS, and the differences are large enough to reverse a decision rather than merely shift it.
Cloud Storage is the clearest case. The class rates look like S3's — four tiers, colder is cheaper, minimum durations apply. What differs is the operation charge. On S3 the per-request rates vary modestly between classes; on Google they vary by an order of magnitude. An Archive Class B operation costs $0.05 per thousand against Standard's $0.0004 — one hundred and twenty-five times as much. So a Google archive tier that is read even occasionally can lose on operations alone while its storage line still looks like a saving, and the class with the lowest per-gigabyte rate is frequently not the cheapest class.
Cloud Run has two billing models rather than one, and choosing between them is worth more than any tuning within either. Requests-based billing charges CPU only while a request is in flight, at a third more per second, and adds a per-request fee. Instance-based charges every second the instance exists, at the lower rate, and nothing per request. The decision therefore turns on what share of instance time is spent actually serving — a utilisation question, not a traffic-volume one.
And the discounts are their own subject. Sustained use is automatic, applies per quarter of the month, and is convex — half a month of uptime earns nowhere near half the maximum discount. Committed use does not stack on top of it: covered usage bills at the committed rate and forfeits the sustained-use discount it would otherwise have earned. Comparing a commitment against list price rather than against sustained use is the standard error, and it can make a commitment that loses money look like a saving.
One honest limitation, stated on the page rather than hidden: Compute Engine's machine-type rate table is rendered in the browser and cannot be read from any public endpoint, so the discount calculator asks for your on-demand rate instead of guessing it. Everything else here is read from Google's own pricing documentation and dated.
3 tools in google cloud cost
Cloud Storage Class Calculator
On Google, operations decide this more often than storage does.
Compare Standard, Nearline, Coldline and Archive on your real access pattern — with Class A and B operations, retrieval fees and the early-delete charge all counted. Archive costs 125x more per read than Standard, which flips the answer more often than people expect.
Cloud Run Cost Calculator
Two billing models, and utilisation picks the winner.
Compare Cloud Run's requests-based and instance-based billing on your own traffic. Requests-based charges a third more per active second but nothing while idle; instance-based bills the whole lifetime and never charges per request.
GCP Sustained & Committed Use Discount Calculator
A commitment replaces your sustained-use discount. It does not add to it.
Model sustained-use and committed-use discounts together. SUD applies per quarter of the month and is automatic; a CUD covers usage at the committed rate and forfeits the SUD it would have earned — so the saving is the difference, not the headline.
Other categories
Google Cloud is where this product started.
Finitizer reads your Google Cloud billing export and BigQuery job history directly — sustained-use discounts you already earn, commitments that overlap them, storage classes chosen against real access patterns, and the Cloud Run services paying for idle instances.