<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: GPUPerHour</title>
    <description>The latest articles on Forem by GPUPerHour (@gpuperhour).</description>
    <link>https://forem.com/gpuperhour</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3713227%2F070793b9-8da4-4cd3-8d62-0ad81130b40c.jpg</url>
      <title>Forem: GPUPerHour</title>
      <link>https://forem.com/gpuperhour</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gpuperhour"/>
    <language>en</language>
    <item>
      <title>I Compared Data Egress Costs Across 44 Cloud Providers — Here's the Breakdown</title>
      <dc:creator>GPUPerHour</dc:creator>
      <pubDate>Sun, 01 Mar 2026 20:34:41 +0000</pubDate>
      <link>https://forem.com/gpuperhour/i-compared-data-egress-costs-across-44-cloud-providers-heres-the-breakdown-4m5o</link>
      <guid>https://forem.com/gpuperhour/i-compared-data-egress-costs-across-44-cloud-providers-heres-the-breakdown-4m5o</guid>
      <description>&lt;p&gt;I run &lt;a href="https://gpuperhour.com" rel="noopener noreferrer"&gt;GPUPerHour.com&lt;/a&gt; — it's a pricing comparison site for GPU cloud rentals. I built it because the same H100 costs anywhere from $1/hr to $3+/hr depending on where you rent it, and I got tired of checking 30 provider pages manually.&lt;/p&gt;

&lt;p&gt;While scraping all those pricing pages, I kept seeing another line item that gets way less attention than it should: data egress. So I pulled the numbers from every provider I could find.&lt;/p&gt;

&lt;p&gt;44 providers. The cheapest charges $0/GB. The most expensive charges $0.55/GB. That's a 127× difference for moving your own data off their servers.&lt;/p&gt;

&lt;p&gt;Full breakdown here: &lt;a href="https://gpuperhour.com/reference/data-egress" rel="noopener noreferrer"&gt;gpuperhour.com/reference/data-egress&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Half of GPU clouds don't charge egress at all
&lt;/h2&gt;

&lt;p&gt;This caught me off guard. I figured GPU providers would gouge on egress since they already charge a premium for compute. Nope.&lt;/p&gt;

&lt;p&gt;6 out of 12 GPU cloud providers charge zero egress. RunPod, Lambda, Vast.ai, Salad Cloud, Voltage Park, VERDA — all free, unlimited.&lt;/p&gt;

&lt;p&gt;Then you've got CoreWeave at $80/TB and Paperspace at $120/TB for the same thing. If you're saving model checkpoints regularly — and those can be 10-50GB per save — that gap hits different.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hyperscaler egress is exactly what you'd expect
&lt;/h2&gt;

&lt;p&gt;AWS is $90/TB after 100GB free. Google Cloud is $120/TB. Azure is $87/TB.&lt;/p&gt;

&lt;p&gt;Hetzner? $1.18/TB with up to 20TB free included. OVHcloud? Free. Cloudflare R2? Free.&lt;/p&gt;

&lt;p&gt;AWS charges 76× more than Hetzner for egress overages. I run my own infra on Hetzner dedicated boxes and I basically never think about egress costs. On AWS that same traffic would be a real line item.&lt;/p&gt;

&lt;h2&gt;
  
  
  Developer platforms are the worst and it's not close
&lt;/h2&gt;

&lt;p&gt;This one was weird to me. The platforms that market themselves to indie devs and small teams have the most brutal overage rates:&lt;/p&gt;

&lt;p&gt;Netlify: $550/TB. That's the single most expensive number on my entire list.&lt;br&gt;
Render: $300/TB.&lt;br&gt;
Vercel: $150/TB.&lt;br&gt;
Firebase: $200/TB.&lt;/p&gt;

&lt;p&gt;Yeah, they bundle bandwidth into plan tiers so you're not paying that from day one. But once you go over? Those "my Netlify bill was $104K" posts on Hacker News start making a lot of sense.&lt;/p&gt;

&lt;h2&gt;
  
  
  This matters more for ML work than most people realize
&lt;/h2&gt;

&lt;p&gt;GPU pricing comparisons (mine included) usually focus on the hourly rate. Fair enough, that's the biggest number. But real ML workloads move a lot of data around:&lt;/p&gt;

&lt;p&gt;Training datasets are regularly 100GB+. You save checkpoints every N steps. You push models to registries or other clouds. You serve inference results.&lt;/p&gt;

&lt;p&gt;On Lambda or RunPod, all of that data movement is free. On AWS, moving 1TB of checkpoints costs $90 on top of whatever you're paying for the GPU. That's not nothing.&lt;/p&gt;

&lt;p&gt;I added an &lt;a href="https://gpuperhour.com/?egressGB=100" rel="noopener noreferrer"&gt;all-in cost calculator&lt;/a&gt; that factors egress, storage, and ingress into the total so you can compare on actual cost, not just the GPU sticker price.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I actually got this data
&lt;/h2&gt;

&lt;p&gt;There's no API for this. Every provider structures their pricing page differently. Some bury egress in footnotes. Some call it "bandwidth" or "data transfer" or "network egress." A few just don't mention it until you get the bill.&lt;/p&gt;

&lt;p&gt;I went through each provider's docs, pulled the standard rate for internet-bound traffic from NA/EU regions, and normalized everything to $/TB. It took longer than I expected.&lt;/p&gt;

&lt;p&gt;Full table with all 44 providers, free tiers, and per-TB rates: &lt;a href="https://gpuperhour.com/reference/data-egress" rel="noopener noreferrer"&gt;gpuperhour.com/reference/data-egress&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Data is current as of February 2026, licensed CC BY 4.0 — use it however you want.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bottom line
&lt;/h2&gt;

&lt;p&gt;Check egress pricing before you pick a provider. The difference between free and $90/TB doesn't matter when you're moving a few gigs. It matters a lot when you're training models and shuffling terabytes between services.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I'm Faiz — I built &lt;a href="https://gpuperhour.com" rel="noopener noreferrer"&gt;GPUPerHour.com&lt;/a&gt; to track GPU pricing across 30+ cloud providers in real time. I also run a &lt;a href="https://x.com/gpuperhour" rel="noopener noreferrer"&gt;Twitter bot&lt;/a&gt; that tweets GPU deals. If you're renting GPUs, check it out.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>devops</category>
      <category>machinglearning</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
