AWS Certified Solutions Architect – Professional — Question 858

A company is planning to migrate an application from on-premises to AWS. The application currently uses an Oracle database and the company can tolerate a brief downtime of 1 hour when performing the switch to the new infrastructure. As part of the migration, the database engine will be changed to MySQL. A
Solutions Architect needs to determine which AWS services can be used to perform the migration while minimizing the amount of work and time required.
Which of the following will meet the requirements?

Answer options

Correct answer: B

Explanation

AWS Schema Conversion Tool (AWS SCT) is specifically designed to convert commercial database schemas (like Oracle) to open-source engines (like MySQL) and to analyze application source code for embedded SQL. AWS Database Migration Service (AWS DMS) then migrates the data and supports ongoing replication (Change Data Capture) to keep the target in sync, enabling a cutover with minimal downtime. AWS Application Discovery Service is incorrect as it is used to discover on-premises server inventory and dependencies, not to convert database schemas or application code.