What are the most common tooling and best practices to deploy SQL changes on AWS RDS databases?
Now we are considering a temporary flyway docker container running in our ECS, but it would be great if any of the managed AWS services had a solution for it.
You want your applications to always have an up-to-date database to ensure that all the objects they need are present. Therefore you should keep together what belongs together and run your migrations on application or container startup. This in turn means packaging Flyway directly into your Docker image.