View a markdown version of this page

AWS DMS - AWS Prescriptive Guidance

AWS DMS

AWS Database Migration Service (AWS DMS) provides ongoing replication of data, keeping the source and target databases in sync. By using AWS DMS as a DR option, you can establish synchronous replication with minimal recovery point objective (RPO). The RPO depends on redo or transaction log generation and network transfer time.

The following diagram shows the ongoing replication of data from the primary Region to the standby Region by using AWS DMS.

""
  1. In the primary Region, data is copied from the Amazon RDS DB instance to AWS DMS.

  2. The Amazon RDS database in the primary Region also uses a Multi-AZ deployment.

  3. From AWS DMS, data is loaded onto the standby Amazon RDS database in the secondary Region.

When choosing AWS DMS as a DR option, take note of the following considerations: