Hacker News new | ask | show | jobs
by SteveNuts 2231 days ago
I'm waiting for the day they announce bandwidth price cuts
2 comments

AWS Lightsail is a possible workaround for bandwidth heavy simple workloads. The smallest $3.50/mo instance (t2.nano behind the scenes), comes with 1TB outbound bandwidth - equivalent of about $90 for the same in EC2 excluding the instance cost, and bundled bandwidth increases for larger types.
I wouldn’t risk AWS closing the account. It should work, but don’t know how would AWS view it.

"You may not use Amazon Lightsail in a manner intended to avoid incurring data fees from other Services (e.g., proxying network traffic from Services to the public Internet or other destinations or excessive data processing through load balancing Services as described in the Documentation), and if you do, we may throttle or suspend your data services or suspend your account."

That reads to me like an admission that they know their normal bandwidth charges are ridiculous.
this. the only way I can make profit with my web service is by using a third party low budget CDN as a caching layer. Even with that, S3 data transfer remains my biggest cost. if I could spare the time, I'd make a custom caching layer so that S3 is never hit at all except for upload, and is used only for disaster recovery.
Backblaze B2 is what you’re looking for.
And they are in the bandwidth alliance with cloudflare
those prices are certainly nicer!
I haven't done the math, but depending on your bandwidth requirements - you could try spinning up a couple vms at DigitalOcean/Linode/somewhere with bundled bandwidth, and then just run nginx as a cache with s3 as the backend.
Sounds like you just had a million dollar idea. Why not build it out and offer it to the many many other people in your position?
unfortunately my current and income-giving project takes priority. but if someone else makes it, I'll use it for sure.
You don't need to be a plumber to spot a leaky pipe