Just purchased your book, already 50% in. Great content, Michael & Andreas.
I’m wondering how do you handle migrations with RDS? We have a multi-tenant nodejs app, that is to be deployed on Fargate.
I understand it is a big question so I’ll divide it into following ones:
- At what stage (from CodeCommit to Fargate service update) you recommend database migration?
- Use another separate container to run migrations or the same container as primary app?
- How to efficiently redirect traffic while migration is running? Using LB or in-built logic within the app?
- Any other tips for handling migrations in multi-tenant apps?
All these questions probably have preferential answers, but I’m just looking for your opinions.