|
|
|
|
|
by maccard
682 days ago
|
|
For anyone who thinks this is a laundry list - running two instances of your app with a database means you need almost all of the above. The _minute_ you start running containers in the cloud you need to think of "what happens if it goes down/how do I update it/how does it find the database", and you need an orchestrator of some sort, IMO. A managed service (I prefer ECS personally as it's just stupidly simple) is the way to go here. |
|