AWS Certified Solutions Architect – Associate (SAA-C03) — Question 255

A company is moving its on-premises Oracle database to Amazon Aurora PostgreSQL. The database has several applications that write to the same tables. The applications need to be migrated one by one with a month in between each migration. Management has expressed concerns that the database has a high number of reads and writes. The data must be kept in sync across both databases throughout the migration.

What should a solutions architect recommend?

Answer options

Correct answer: C

Explanation

The correct option is C because using the AWS Schema Conversion Tool with a memory optimized replication instance ensures efficient processing during the migration. The other options either rely solely on AWS DataSync for synchronization or do not specify an optimal replication instance, which may not handle the high read and write volume effectively.