Ask HN: Best option to host an MVP within budget?
I have built an MVP, it's a social network, with specific features that target a niche group of user (atm, I just want to see if this works and then make it more general in case it is actually useful the way I think it is).
Problem is I have no experience in hosting and I am not sure what are the things I should be aware of when choosing any particular option.
7 comments
[ 0.96 ms ] story [ 28.9 ms ] threadAt that point, you start getting into breakdowns of the various providers out there, and--most importantly--what they offer you in terms of failure resilience. If you know nothing else about software deployment, know that everything can fail (whether in a data center or in AWS or whatever) and that correctly and quickly responding to those failure cases is the core of a modern operations/platform effort.
At the point where a product works and has traction, I'll usually evaluate AWS or GCE (and tend to go with AWS because the tooling, publicly available knowledge, and my personal experience lean that way), because I like having easy answers for "but what if it breaks?" and "how do I protect myself?" in a way that neither less featureful/lower-quality services like either DigitalOcean or a bare-metal provider like OVH can offer. But people with different budgets and risk tolerances can reasonably disagree.
I don't think trying to learn AWS's stuff should gate you on seeing if your product gets traction. What's stopping you from launching on something simple and easy like Heroku while you learn AWS or GCE?