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

A company stores data in an on-premises Oracle relational database. The company needs to make the data available in Amazon Aurora PostgreSQL for analysis. The company uses an AWS Site-to-Site VPN connection to connect its on-premises network to AWS.

The company must capture the changes that occur to the source database during the migration to Aurora PostgreSQL.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Migrating between heterogeneous engines (Oracle to Aurora PostgreSQL) requires the AWS Schema Conversion Tool (AWS SCT) to convert the schema. To ensure ongoing changes are captured during the migration, AWS Database Migration Service (AWS DMS) must be configured for both full-load and ongoing replication (CDC). Other methods like AWS DataSync, AWS Snowball, or a simple DMS full-load migration task do not support continuous replication of database changes during the transition.