AWS Certified Database – Specialty — Question 101

A company is migrating a mission-critical 2-TB Oracle database from on premises to Amazon Aurora. The cost for the database migration must be kept to a minimum, and both the on-premises Oracle database and the Aurora DB cluster must remain open for write traffic until the company is ready to completely cut over to Aurora.
Which combination of actions should a database specialist take to accomplish this migration as quickly as possible? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Answer A is correct because using the AWS Schema Conversion Tool allows for efficient schema conversion, and restoring the schema to Aurora is straightforward. Answer C is also correct as it enables continuous data replication, keeping both databases in sync. The other options either involve unnecessary manual editing (B), rely on additional services that complicate the process (D and E), or do not align with the requirement to keep both databases writable during the transition.