What 1 TB/mo of AWS Backup egress actually costs
TL;DR. Moving 1 TB/mo of restoring or copying backup data out of AWS (e.g. a DR copy or a full restore) costs about $92/month — roughly $1,106/year — in transfer fees alone, before you pay for storage, requests, or any NAT-gateway / cross-AZ traffic. That's a blended $0.090/GB. The same 1,024 GB cost $0 on Cloudflare R2, because those targets don't meter egress the way AWS does.
The worked calculation
AWS bills data transfer in binary gigabytes (1 TB = 1,024 GB), and the rate is tiered — the first block is the priciest, then it steps down. For 1,024 GB:
| Tier | Data | Rate /GB | Cost |
|---|---|---|---|
| First 10 TB | 1,024 GB | $0.090 | $92 |
| One month | 1,024 GB | ~$0.090 blended | $92 |
AWS's first 100 GB/mo of egress is free; it's immaterial at this scale and is omitted above (the figure is intentionally the conservative, un-discounted rate).
The same 1,024 GB on infrastructure that doesn't meter egress
| Where it's served | Egress / month | Notes |
|---|---|---|
| AWS Backup → internet | $92 | The metered, tiered rate above. |
| Cloudflare R2 | $0 | No egress fees; S3-compatible. Storage billed separately (~$15/TB-mo). |
| bunny.net CDN | $5–$10 | Volume-network pricing, ~$0.005–0.01/GB; excellent for media. |
| OVH / Hetzner flat box | $0 | Generous-to-unlimited transfer included; dedicated boxes are unmetered. |
The honest footnote. This compares egress only. R2 and B2 still charge for storage (~$15/TB and ~$6/TB per month); a flat box still costs rent plus the time to run it. Egress is simply the line where AWS's markup is most extreme and most avoidable — which is why it's usually the first thing worth moving.
What 1 TB/mo actually is
1,024 GB of egress in a month is, concretely, any one of:
- a full restore of 1 TB pulled back out of AWS
- a monthly disaster-recovery copy of 1 TB to another region or provider
When this is genuinely fine (don't move it)
- In-region consumption. If these bytes are read by other AWS services in the same region rather than sent to the internet, you're not paying the egress rate — the fix is a free private-network endpoint, not a migration.
- Spiky, unpredictable traffic that genuinely benefits from scale-to-zero and global presence.
- Small and flat. A few hundred GB a month is a small bill; a migration won't pay for itself.
Related
- the full AWS Backup egress breakdown — the per-GB tiers and every scale from 1 TB to 500 TB.
- The same service at other scales: 5 TB/mo, 10 TB/mo, 50 TB/mo, 100 TB/mo, 500 TB/mo.
Sources
- AWS EC2/S3 data-transfer-out pricing — the $0.09/GB first tier and 100 GB free allowance — aws.amazon.com/ec2/pricing/on-demand/
- Cloudflare, "AWS's Egregious Egress" — egress unchanged since 2018 while wholesale bandwidth fell ~93% over a decade — blog.cloudflare.com/aws-egregious-egress/
- Alternative pricing (Cloudflare R2 zero egress, bunny.net ~$0.005–0.01/GB, OVH/Hetzner included transfer): the respective provider pricing pages.