Hacker News new | ask | show | jobs
by BFLpL0QNek 1524 days ago
You don’t need a VM for static sites.

As others have said, you can just drop it in S3.

The other alternative is Cloudflare pages. It’s cheaper than s3 with a generous free tier. I find it less hassle than uploading to s3. Git commit, git push, a few moments later it’s deployed on a global CDN.

Both options will be cheaper than running a VM and maintenance free.