Ask HN: Setting up AWS cloud infrastructure too complicated?
1–4 of 4 posts
Re: Ask HN: Setting up AWS cloud infrastructure too complicated?
#2You should start with something less ambitious and less complicated, like running your code on a single machine from e.g. Digital Ocean or linode. Managing a single machine setup is much easier than doing AWS and almost everything you learn will also apply to AWS setup.
AWS is appropriate for large deployments, where your service outgrows the capabilities of a single machine.
I run 2 websites on a single Digital Ocean $10/month server and there's plenty of room for more.
Re: Ask HN: Setting up AWS cloud infrastructure too complicated?
#3Re: Ask HN: Setting up AWS cloud infrastructure too complicated?
#4The simple fact that you can pretty much screw up everything you like, throw the whole system away and start again where you left off in a matter of minutes helps increase confidence and speed up learning, plus the configuration gives you a 100% accurate documentation of what you actually did.
But just like development, it's easy to get started but it takes years to master it.