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.

Show HN: Hosting my WordPress blog entirely on Amazon S3

39 pointsby iqsterover 12 years ago

7 comments

joshbaptisteover 12 years ago
Holy cow, $60/month for one VPS strictly used for educational projects? You can find and build 10 VPS's (US based) on <a href="http://www.lowendbox.com" rel="nofollow">http://www.lowendbox.com</a> for less than that, granted you wont be on Amazon's network, but for small projects and testing distributed services they are great.
评论 #4561427 未加载
评论 #4561429 未加载
yuvadamover 12 years ago
Nice hack.<p>However you really should look into static website generators such as Jekyll, Octopress or Hyde. They provide a much cleaner interface for that kind of stuff.
评论 #4561532 未加载
评论 #4561420 未加载
DanielRibeiroover 12 years ago
Interesting hack. Werner Vongels, CTO of Amazon, wrote about how he did a similar thing, hosting his blog (albeit not a Wordpress one)on S3:<p><a href="http://www.allthingsdistributed.com/2011/08/Jekyll-amazon-s3.html" rel="nofollow">http://www.allthingsdistributed.com/2011/08/Jekyll-amazon-s3...</a>
ck2over 12 years ago
Why not host it on a mini-vps with the wordpress install but use supercache and force it to always use the "logged out" copy (and don't allow registered users).<p>Then it bypasses wordpress and php entirely via htaccess and becomes entirely static.
adrinavarroover 12 years ago
Hm, the search should be 'fixed' too. That, along with getting rid of most plugins, and the comments, means that WordPress is only retained for its moderate flexibility and admin interface.<p>As people say, static generators along with a small toolkit of your own will probably produce better results. But what is proposed is a compromise between an already started job and a good cost-scalability ratio, though…
callmeedover 12 years ago
Cool but the URL structure seems crappy from an SEO standpoint. I wonder if there's any flexibility there when generating static files from WP.
fjallstromover 12 years ago
important note: you are not hosting a wordpress blog on s3. you are hosting a static dump of files on s3. move along. nothing to see here.