Hacker News new | ask | show | jobs
by challengee 4876 days ago
Good tips for Wordpress users. Another great option we went for is hosting your entire site/blog on S3/cloudfront. This can be done using tools like Jekyll (https://github.com/mojombo/jekyll) or Middleman (http://middlemanapp.com/).
1 comments

If your site is entirely static content and mostly text, you don't really need a CDN. I've had a static site survive the HN frontpage without any problem on cheap-ass shared hosting.
Correct. But availability of cheap-ass shared hosting will be nowhere near that of S3+Cloudfront.

Additionaly, S3 and Cloudfront are extremely cheap themselves. And you get a few nice bonusses (like low latency, everywhere).

If all you need is static hosting then S3 is great. The benefits of a CDN, and it's incredibly cheap too.
If you want the benefits of a CDN I think you'd have to link S3 to CloudFront. S3 alone does not provide CDN capabilities AFAIK.