|
|
|
|
|
by Nathan2055
1086 days ago
|
|
> The best example I have is the massive infrastructure many people insist is required for a website. This is my biggest pet peeve, and I think a lot of it (among supposedly tech-savvy people at least, less technical people are a different story) is caused by people looking at the cost of a random selection of AWS products, often quoting on-demand prices rather than the 40% discount you can get by buying a year of reserved capacity at once, multiplying by 12, and then freaking out. Many cloud products are not good deals, and almost seem designed to make people think running a web service is inaccessible to them. Those products are usually given a healthy markup because you’re paying to avoid certain setup steps or for the ability to scale infinitely large in two clicks. You can still just rent a few cheap servers (or even just one) and, if you set them up properly, you can run a decently sized website off of them no problem. |
|
It's something that's on my mind when I think about launching a site that's intended to draw a significant userbase. Back in the day I'd set up VPS instances with nginx+unicorn+rails and it was relatively smooth, but security has seemingly become so much more critical that I don't know I'd trust myself to get all the biggest holes patched up and more importantly, keep them patched.