Hacker News new | past | comments | ask | show | jobs | submit login

Exactly!

Sometimes I just want to create some static pages, but I was forced to use either CMS or things like wordpress.

Now I guess there is a solution which is also super reliable.

AWS is just amazing.




> Sometimes I just want to create some static pages, but I was forced to use either CMS or things like wordpress.

Wtf?! To create static pages, I open Emacs and type there. No need of a CMS or Wordpress to create an HTML page!

Then to host it:

  scp page.html me@srv.com:~/public_html/
and you're good to go.

Hosting a website on S3 is nice, but it's not simpler than what is already possible if you own a server. If you don't already own one, I'm not sure setting up an AWS account + client code is easier than creating a new VPS account. I surely would prefer to set up a Linux VPS, which is an environment I'm confortable with.

Regarding the costs, I rent one private (not virtual) server for 20 euros/month, and host several (static and dynamic) sites on it, so it's actually cheaper than going the AWS road. Uptime last time I logged: 560 days (aka reliable enough for me).


You misunderestimate the ineptitude of unwitting sysadmins such as myself. It takes me days to set up a VPS. It took me a good few weeks to figure out how to get Django working. I screwed up my latest VPS so badly that I had to scrap the thing and start again.

Some people really suck at these things.

> Regarding the costs, I rent one private (not virtual) server for 20 euros/month, and host several (static and dynamic) sites on it, so it's actually cheaper than going the AWS road. Uptime last time I logged: 560 days (aka reliable enough for me).

S3 will cost literally pennies for hosting a simple static website. A VPS is orders of magnitude more expensive.


The cost of S3 is around 0.1 euro per gigabyte. For the amount that you are currently paying per month, you could serve 200 gigabytes through S3. Of course, that doesn't include storage costs, but those should be negligible for static sites.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: