Hacker News new | ask | show | jobs
by sitharus 2741 days ago
It depends on your goals. If you're planning on just setting up a couple of servers then it's all much the same. However for scaling and maintenance I prefer AWS with a tool like Terraform to manage infrastructure. It forces you to think of situations like replacing servers, as you'll have to replace them at some point.

I think Google's AppEngine is easier for starting, but AWS Lambda + API Gateway is pretty close IMO.

1 comments

Is there anything that would preclude you from using the GCP provider in terraform?

In my experience, most folks choose GCP for the Kubernetes offerings which is vastly superior in terms of scaling and maintenance than EKS. Specifically, there are actually upgrades that actually work. There's also autoscaling nodepools which work pretty well.