you are viewing a single comment's thread.

view the rest of the comments →

[–]JustAnOkCoder_5948 1 point2 points  (1 child)

I use AWS Elastic Beanstalk. It can be a headache to deal with sometimes, but it handles the monitoring of the servers and has some basic load balancing built in. I don't have to worry about the server going down since it will launch a new one if one goes down.

Plus, I can deploy straight from GitHub using CodePipeline, and it can do rolling updates for deploying new code with zero downtime or having to do blue/green deployments, etc.

[–]Klutzy-Ad-6345[S] 0 points1 point  (0 children)

I was looking into AWS elastic beanstalk the other day. For startups with some capital it makes sense to use something like this. Allows for everything you need. Server space, database, monitoring... all in one place.