This means a cost savings configurable high availability and autoscaling setup!
I’m moving to AWS in the next 2 weeks and here is a nice tutorial that might be helpful for others as well:
It’s not complete in a step by step of really how to do it, you will have to figure some stuff out. So if you’re successful share it here or even create a nice tutorial if you’re up to it, will update the thread as soon I’m on AWS and how it went.
I did this when the application load balancer came out because you can terminate ssl at the load balancer and I thought it could be convenient. I set sticky sessions. It was fine for most of my app, but I have one part where I’m making many requests (its a large and complex app), and it would cause my DDP connection to drop, which killed the rest of the pages of my app.
tldr; probably works for most lightweight applications. I’m assuming its AWS’s fault