Earlier quoted context omitted.
To be fair, 1 million downloads @ 1GB is a lot of data transfer. CloudFlare is likely losing money on this.
I'm abusing the hell out of it right now offering GB+ downloads that I used to use Digital Ocean Spaces for. It's saving me $2000-3000 a month since the switch. Maybe abuse isn't the right word but definitely making the most. I am a bit scared about being turned off overnight though.
From S3 to R2: An economic opportunity
121–130 of 183 posts
Re: From S3 to R2: An economic opportunity
#122Earlier quoted context omitted.
But their egress capacity is limited, not? We're talking about 1PB per month here. If every customer of them would be paying only 13 cents a month and pushing out 1PB per month, wouldn't they need to significantly upgrade their hardware and lose money in the process?
They are already serving roughly 20% of internet traffic as is so there is some natural limit to this whole thing.
The greatest trick AWS ever pulled was convincing the world you needed to pay for bandwidth.
Re: From S3 to R2: An economic opportunity
#123Is there any reason to not use R2 over a competing storage service? I already use Cloudflare for lots of other things, and don't personally care all that much about the "Cloudflare's near-monopoly as a web intermediary is dangerous" arguments or anything like that.
1. This is the most obvious one, but S3 access control is done via IAM. For better or for worse, IAM has a lot of functionality. I can configure a specific EC2 instance to have access to a specific file in S3 without the need to deal with API keys and such. I can search CloudTrail for all the times a specific user read a certain file. 2. R2 doesn't support file versioning like S3. As I understand it, Wasabi supports…
Re: From S3 to R2: An economic opportunity
#124Re: From S3 to R2: An economic opportunity
#125Is there any reason to not use R2 over a competing storage service? I already use Cloudflare for lots of other things, and don't personally care all that much about the "Cloudflare's near-monopoly as a web intermediary is dangerous" arguments or anything like that.
1. This is the most obvious one, but S3 access control is done via IAM. For better or for worse, IAM has a lot of functionality. I can configure a specific EC2 instance to have access to a specific file in S3 without the need to deal with API keys and such. I can search CloudTrail for all the times a specific user read a certain file. 2. R2 doesn't support file versioning like S3. As I understand it, Wasabi supports…
I do have to wonder if that leaves R2 customers one minor compromise away from losing their whole data store.
Re: From S3 to R2: An economic opportunity
#126Earlier quoted context omitted.
They are already serving roughly 20% of internet traffic as is so there is some natural limit to this whole thing.
Yup. Bandwidth at scale is effectively free. The greatest trick AWS ever pulled was convincing the world you needed to pay for bandwidth.
Re: From S3 to R2: An economic opportunity
#127Here’s a tweet from Corey Quinn describing how bonkers R2 pricing is: > let’s remember that the internet is 1-to-many. If 1 million people download that 1GB this month, my cost with @cloudflare R2 this way rounds up to 13¢. With @awscloud S3 it’s $59,247.52. https://x.com/quinnypig/status/1443076111651401731?s=46
To be fair, 1 million downloads @ 1GB is a lot of data transfer. CloudFlare is likely losing money on this.
Though not everyone is Netflix.
Re: From S3 to R2: An economic opportunity
#128Is there any reason to not use R2 over a competing storage service? I already use Cloudflare for lots of other things, and don't personally care all that much about the "Cloudflare's near-monopoly as a web intermediary is dangerous" arguments or anything like that.
As far as I know, R2 offers no storage tiers. Most of my s3 usage is archival and sits in glacier. From Cloudflare's pricing page, S3 is substantially cheaper for that type of workload.
What could you have a petabyte of that you're pretty sure you'll never need again? What kind of datasets are you storing?
Re: From S3 to R2: An economic opportunity
#129Is there any reason to not use R2 over a competing storage service? I already use Cloudflare for lots of other things, and don't personally care all that much about the "Cloudflare's near-monopoly as a web intermediary is dangerous" arguments or anything like that.
Same with data that is aggregated into smaller data set within AWS before you egress it.
Re: From S3 to R2: An economic opportunity
#1301. No Object history and locking. So there is absolutely no way to recover files when you do any kinds of mistakes.
2. No object tiering and storage is not that cheap. Although R2 egress is free, R2 is only 35% cheaper than S3 in terms of storage, but it is not cheaper than other alternatives. Furthermore, R2 is a lot more expensive than S3 infrequent/cold tier.
For example, Backblaze B2 is 4 times cheaper than S3, and B2 offers history/locking. When B2 egress is free up to 3x monthly storage, B2 is much better option than R2 for most cases if a considerably high egress is not needed.