TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building an infinitely scalable cloud host for less than $5/mo

13 pointsby a_bandalmost 6 years ago

1 comment

znpyalmost 6 years ago
serving files is literally the oldest thing in the www, it&#x27;s literally what the www was born for.<p>weird how this guy managed to make it complex for serving just html and css (and possibly images).<p>I would go with aws&#x27; elastic filesystem and a bunch of auto-scaled nginx machines with caching enabled mounting efs in read only. Dns-level load balancing, cloudfront. efs is pay as you go, the nginx are auto-scalable (and you can get spot instances too).<p>the signup&#x2F;login webservice can be served via lambda, with static content being served off S3 (and again, cloudfront).<p>a simple ftp or sftp-enabled ftp server with a database auth backend could let users work on their stuff (again, autoscalable)
评论 #20681115 未加载