GintiCalcEvery calculation

EgressLedger

Cloud Egress Cost Calculator

Egress is the bill nobody models until it arrives — including the cross-AZ traffic users never see.

Cloud egress cost and what a CDN saves

Internet egress from origin runs about $0.09/GB while CDN delivery is nearer $0.02, so offload percentage drives the bill. Rows add 2 TB cross-region and 5 TB cross-AZ transfer.

Total egressCDN offloadInternet egressCDN deliveryTotalWithout CDNSaved
10 TB0%$922$0$1,014$1,014$0
10 TB50%$461$102$655$1,014$358
10 TB90%$92$184$369$1,014$645
50 TB70%$1,382$717$2,191$4,700$2,509
100 TB0%$9,216$0$9,308$9,308$0
100 TB90%$922$1,843$2,857$9,308$6,451

Egress is billed per GB at 1,024 GB to the TB. Cross-AZ traffic is the line most teams never look at: it is cheap per GB but chatty services move enormous volumes of it.

A cloud egress cost calculator prices the data-transfer portion of a cloud bill, which is routinely the least understood and most surprising line item on it. Compute and storage are easy to reason about because you provision them deliberately. Data transfer is different: it is charged per gigabyte on traffic your architecture generates as a side effect, often without anyone choosing it, and the rates differ by an order of magnitude depending on which boundary the bytes cross.

The calculator prices four distinct paths. Internet egress from origin is the most expensive per gigabyte and covers traffic leaving your cloud directly to users. CDN delivery covers the share offloaded to an edge network, typically at a substantially lower rate, and the calculator removes that share from origin egress so the offload benefit is modelled properly rather than double-counted. Cross-region transfer covers replication and multi-region architectures, where data moves between geographic regions. Cross-availability-zone transfer covers traffic between zones inside a single region — the line teams forget most often, because it is generated invisibly by replicated databases, chatty microservices, and load balancers distributing across zones, and several providers charge it in both directions. Summing all four gives the monthly total, and the calculator also computes what the same traffic would cost with no CDN at all, so the offload saving is explicit.

Two lessons usually emerge from running real numbers. First, CDN offload is the single largest lever on user-facing transfer cost, because it moves the bulk of your bytes from the expensive origin-egress rate to a much cheaper edge rate — and raising cache-hit ratio through better cache headers and longer TTLs is nearly free money. Second, internal traffic can rival or exceed external traffic on the bill without appearing anywhere in your product metrics. A multi-AZ database cluster replicating continuously, or services in different zones exchanging large payloads, can quietly generate tens of terabytes a month. Zone-aware routing, colocating chatty services, compressing inter-service payloads, and reconsidering whether every workload truly needs multi-region replication are the usual fixes. The source research recommends comparing cross-AZ, cross-region, CDN, internet, and backup paths with live provider tables, and that remains the right approach — rates vary by provider, destination, and volume tier, so enter your own. This prices transfer only, excluding requests, storage, and CDN feature charges.

Cross-AZ is the invisible line item

Traffic between availability zones inside one region is generated silently — by replicated databases, load balancers spreading requests across zones, and microservices that happen to land in different zones. Several providers bill it in both directions. It never shows up in product analytics, so it's usually discovered during a bill review rather than a design review.

Cache-hit ratio is the cheapest optimization you have

Every percentage point of traffic moved from origin egress to CDN delivery swaps an expensive rate for a much cheaper one, and it's achieved through cache headers, longer TTLs, and cache-key hygiene rather than new infrastructure. Raising offload from 70% to 90% on a large workload often saves more than any instance-level optimization.

Frequently asked questions

50 TB/month to users with 85% CDN offload, plus 10 TB cross-region and 30 TB cross-AZ — what's the transfer bill?

7.5 TB leaves origin at $0.09/GB ≈ $691; 42.5 TB via CDN at $0.02/GB ≈ $870; cross-region 10 TB at $0.02 ≈ $205; cross-AZ 30 TB at $0.01 ≈ $307. Total roughly $2,073/month — and note the internal traffic alone is about $512 of it.

Why is my egress bill higher than my compute bill?

Because transfer is charged per gigabyte on traffic your architecture emits as a byproduct. High-volume media or API responses, multi-AZ database replication, and cross-region failover setups can each generate tens of terabytes monthly. Unlike compute, nobody provisions it deliberately — which is exactly why it goes unmodelled until the invoice.

How much does a CDN actually save?

It depends on your offload ratio and the rate gap. Moving 85% of 50 TB from a $0.09/GB origin rate to $0.02/GB CDN saves roughly $3,000/month in this example. The saving scales with both volume and cache-hit ratio, which is why improving cacheability is usually the highest-return change available.

How is this different from the bandwidth calculator?

The bandwidth calculator sizes the throughput capacity you need in megabits per second. This one prices the volume of data you actually move in dollars, split by the boundary it crosses. One is about whether the pipe is big enough; this is about what flowing through it costs.

Related Developer calculators

You might also like

Last updated: August 7, 2026