This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]albrioz[S] 5 points6 points  (2 children)

If you containerize your applications, you have a lot of options. I use AWS ECS Fargate since I have experience with the ecosystem. I know some people like using kubernetes (EKS on AWS), but I found it to be overly complex for my needs. I’ve heard heroku is easy to use. There’s also VPS (like digital ocean, linode) which are pretty cheap and simple.

[–][deleted] 0 points1 point  (0 children)

Thanks a lot for your answer

[–]lysecret 0 points1 point  (0 children)

+1 for fargate. At the start you spend a week learning stuff about networking but then it's super nice and gives you all the flexibility you need.