AWS Certified Solutions Architect – Professional (SAP-C02) — Question 244

A company is planning to migrate an Amazon RDS for Oracle database to an RDS for PostgreSQL DB instance in another AWS account. A solutions architect needs to design a migration strategy that will require no downtime and that will minimize the amount of time necessary to complete the migration. The migration strategy must replicate all existing data and any new data that is created during the migration. The target database must be identical to the source database at completion of the migration process.

All applications currently use an Amazon Route 53 CNAME record as their endpoint for communication with the RDS for Oracle DB instance. The RDS for Oracle DB instance is in a private subnet.

Which combination of steps should the solutions architect take to meet these requirements? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct steps involve creating a new RDS for PostgreSQL instance, establishing VPC peering for connectivity, and using AWS DMS for a full load plus CDC to ensure all data is captured. Options B and F are incorrect because they do not fully align with the requirement for initial schema migration and CDC together, while D introduces unnecessary public accessibility, which could pose security risks.