1 Answers
I think DB native tool can be used to migrate data from a on-premise data source to a target data store in AWS that are running on the same platform. SCT is recommended to use for migrating data between data stores that are running on the different platforms. When you choose these 2 options, you may also need to consider if you can afford an outage with your on-premise database during the migration or not.
Thanks for the comments. So what are my options if application can not afford downtime for the migration ?
It’s really tough to do any database migration with zero downtime. You could built layers of abstraction in or architect a sort of messaging pattern to provide at least some window where you can repoint connections.
Thanks Scott.