Earlier quoted context omitted.
What's E2? Top google result for "e2 blob storage" is azure, but that can't be it since the pricing table comes at around $18/TB/month.
I imagine it was a typo for backblaze B2? The call out that egress is free for the first 3x of what you have stored matches up.
From S3 to R2: An economic opportunity
41–50 of 183 posts
Re: From S3 to R2: An economic opportunity
#42Re: From S3 to R2: An economic opportunity
#43I'm also a Backblaze B2 customer, which I also highly recommend and has slightly different trade-offs (R2 is slightly faster in my experience, but B2 is 2-3x cheaper storage, so I use it mostly for backups other files that I'm likely to store a long time).
Re: From S3 to R2: An economic opportunity
#44Earlier quoted context omitted.
What are the economics that Amazon and other providers have egress fees and R2 doesn't? Is it acting as a loss leader or does this model still make money for CloudFlare?
Greed on the cloud providers part, I think. You'd expect egress fees to enable cheaper compute, but there are other cloud providers out there like Hetzner with cheaper compute and egress, so the economics don't really add up.
It's an option that's often been attractive if/when you didn't want the hassle of building out something that could provide S3 level durability yourself. But with more/cheaper S3 competitors it's becoming a significantly less attractive option.
Re: From S3 to R2: An economic opportunity
#45You always had available plenty of space on dedicated servers for way cheaper before the cloud.
You could make an argument about the API being nicer than dealing with a linux server - but is AWS nice? I think it's pretty awful and requires tons of (different, specific, non transferable) knowledge.
Hype, scalability buzzwords thrown around by startups with 1000 users and 1M contract with AWS.
Sure R2 is cheaper but it's still not a low cost option. You are paying for a nice shiny service.
Re: From S3 to R2: An economic opportunity
#46Earlier quoted context omitted.
What are the economics that Amazon and other providers have egress fees and R2 doesn't? Is it acting as a loss leader or does this model still make money for CloudFlare?
Amazon doesn't have unit cost for egress. They charge you for the stuff you put through their pipe, while paying their transit providers only for the size of the pipe (or more often, not paying them anything since they just peer directly with them at an exchange point). Amazon uses $/gb as a price gouging mechanism and also a QoS constraint. Every bit you send through their pipe is basically printing money for them,…
To them "that's just what bandwidth costs" but anyone who's worked with this stuff (sounds like you and I both) can do the quick math and see what kind of money printing machine this scheme is.
Re: From S3 to R2: An economic opportunity
#47If you are storing large amount of data: E2 is the cheapest (20$/TB/year, 3x egress for free) If you are having lots of egress: R2 is the cheapest (15$/TB/month, free egress) R2 can get somewhat expensive if you have lots of mutations, which is not a typical use case for most.
What's E2? Top google result for "e2 blob storage" is azure, but that can't be it since the pricing table comes at around $18/TB/month.
Re: From S3 to R2: An economic opportunity
#48Re: From S3 to R2: An economic opportunity
#49Cloudflare has been building a micro-AWS/Vercel competitor and I love it; i.e., serverless functions, queues, sqlite, kv store, object store (R2), etc.
Vercel doesn't offer any of that, without major caveats (e.g. must use Next.js to get a serverless endpoint). And to the degree they do offer any of it, it's mostly built on infrastructure of other companies, including Cloudflare.
Re: From S3 to R2: An economic opportunity
#50Earlier quoted context omitted.
You pay for the capacity of your network. Cloudflare has huge ingress, because they need it to protect sites against DDOS. They basically already pay for their R2 bandwidth ( = egress) because of that. Additionally, with their SDN ( software defined networking) they can fine-tune some of the Data-Flow/bandwidth too. That's how I understood it, fyi. Some more info could be found when they started ( or co-founded, not…
Also, for the CDN case that R2 seems to be targeting - regardless of the origin of the data (R2 or S3), chances are pretty good that Cloudflare is already paying for the egress anyway.
In the CDN case Cloudflare has to fetch it from the origin, cache (store) it anyway, and then egress it. By charging for R2 they're moving that cost center to a profit one.