Data Transfer Cost Calculator

Calculate cloud data transfer costs based on egress volume and tiered pricing rates. Estimate AWS, GCP, or Azure outbound bandwidth expenses.

Quick Scenarios
GB/mo
GB/mo
GB/mo
GB/mo
TB
%
Billable Egress
14,900 GB
after free tier & type multiplier
Egress Cost
$1,317.70
tiered internet egress pricing
Cross-Region Cost
$40.00
2,000 GB @ $0.02/GB
Cross-AZ Cost
$80.00
8,000 GB @ $0.01/GB
Reserved Discount
-$0.00
0 GB committed
Monthly Total
$1,437.70
net of reserved discount
Annual Total
$17,252.40
12-month projection
Effective Rate
$0.0965/GB
blended cost per GB

Cost Distribution

Egress 91.7%

Egress Tier Breakdown

TierData (GB)Rate ($/GB)Cost
Tier 110,240$0.090$921.60
Tier 24,660$0.085$396.10
Total14,900โ€”$1,317.70

12-Month Projection (10% growth)

MonthData (GB)Est. Cost
Month 115,125$1,448.32
Month 415,506$1,480.73
Month 715,897$1,513.96
Month 1016,298$1,548.02
Month 1216,571$1,571.21
Planning notes, formulas, and examples

About the Data Transfer Cost Calculator

Data transfer costs are a major component of cloud bills, especially for applications that serve content to end users, exchange data between services, or synchronize across regions. Cloud providers use tiered pricing models where rates decrease at higher volumes, but the first dollars per GB can be surprisingly expensive.

This calculator allows you to model tiered egress pricing by entering your total outbound data volume and the applicable rate tiers. It creates a clear breakdown of costs at each tier, helping you understand exactly where your data transfer dollars go.

Use this calculator to budget for content delivery, API responses, file downloads, database query results, and any other workload that sends data out of the cloud. Compare different providers and evaluate whether a CDN, Direct Connect, or other optimization could reduce your transfer costs.

When This Page Helps

Data transfer can account for 10โ€“30% of total cloud spend for content-heavy applications. Tiered pricing means your effective rate changes as volume grows, making manual estimation error-prone. This calculator gives you precise cost projections across tiers, helping you evaluate CDN alternatives, negotiate committed-use discounts, and forecast costs as your business scales.

How to Use the Inputs

  1. Enter the total outbound data transfer expected per month in GB.
  2. Set the tiered pricing rate for the first tier and its volume limit.
  3. Enter additional tier rates for higher volumes.
  4. Optionally enter a free-tier amount to deduct.
  5. Review the total cost and effective per-GB rate.
  6. Compare against CDN or Direct Connect pricing to find savings.
Formula used
Billable GB = total_GB โˆ’ free_tier_GB Tier 1 Cost = min(billable, tier1_limit) ร— tier1_rate Tier 2 Cost = remaining_GB ร— tier2_rate Total = Tier 1 + Tier 2

Example Calculation

Result: $1,322.10/month

Fifteen thousand GB minus 100 GB free leaves 14,900 GB billable. The first 10,240 GB at $0.09/GB costs $921.60. The remaining 4,660 GB at $0.085/GB costs $396.10. Total: $1,317.70/month.

Tips & Best Practices

  • Use CloudFront or other CDNs โ€” CDN egress rates are typically lower than direct cloud egress.
  • Enable gzip/brotli compression on API responses to reduce transfer volume by 60โ€“80%.
  • Use VPC endpoints or Private Link to keep traffic on the provider's network and avoid egress.
  • Batch small API calls into fewer, larger responses to reduce overhead.
  • Monitor egress by service with cost allocation tags to identify the biggest contributors.
  • Negotiate committed egress rates for predictable high-volume workloads.

Cloud Data Transfer Pricing Tiers

AWS charges $0.09/GB for the first 10 TB, $0.085/GB for 10โ€“50 TB, $0.07/GB for 50โ€“150 TB, and $0.05/GB above 150 TB. GCP charges $0.12/GB (premium) or $0.085/GB (standard) for the first 1 TB. Azure charges $0.087/GB for the first 5 GB (yes, 5 GB), then $0.083/GB up to 10 TB. Each provider's tiers favor higher volumes.

When to Use a CDN Instead

If more than 50% of your egress serves static or cacheable content, a CDN almost always saves money. CDN rates start at $0.085/GB (CloudFront US) and decrease with volume. The added benefit of edge caching improves latency and reduces origin load. Evaluate the CDN's cache hit ratio to estimate effective savings.

PrivateLink and VPC Endpoints

For service-to-service communication, PrivateLink and VPC endpoints keep traffic on the cloud provider's backbone network instead of traversing the internet. This eliminates egress charges for supported services and provides better security. The endpoint itself costs $0.01/GB processed, which is much cheaper than internet egress.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Yes, virtually all cloud providers offer free data ingress (data in). You're only charged for egress (data out) to the internet or to other cloud providers. Some internal transfers between services in the same region are also free.