Ask HN: Cheapest way to host and serve large-ish files?
https://news.ycombinator.com/item?id=14764015What options exist for serving large files on the web without getting killed on bandwidth costs?
For example, let's say I want to host a 5GB file that contains an educational ML data set on S3. Assuming 1000 people download it in a month, that would cost me $450/mo in just outbound bandwidth fees. That's almost $0.50 per download.
Obviously there must be ways to serve files cheaper than physically mailing an SD card to someone. What have you done to serve large files cheaply? Is the only option to maintain a server (either colo or virtual) that has better bandwidth pricing?