Reputation: 57
We need to replicate data from an Amazon RDS (MySQL) databaes to an Aurora PostgreSQL database. Each database is on a different AWS account and region.
The data must be replicated in the PostgreSQL instance every 6 hours, so we need the guarantee that the data doesn't duplicate even if a field updated for a record.
Which method, tool, or design is better to do that? (Could be different to AWS.)
Upvotes: 0
Views: 249
Reputation: 269320
The AWS Database Migration Service supports:
Upvotes: 0
Reputation: 1119
You could facilitate one of the following services provided by AWS:
Upvotes: 1