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

A company needs to migrate its on-premises database fleet to Amazon RDS. The company is currently using a mixture of Microsoft SQL Server, MySQL, and Oracle databases. Some of the databases have custom schemas and stored procedures.

Which combination of steps should the company take for the migration? (Choose two.)

Answer options

Correct answer: C, D

Explanation

AWS Schema Conversion Tool (AWS SCT) is designed to assess heterogeneous database migrations and convert database schemas and code like stored procedures before migration. AWS Database Migration Service (AWS DMS) is then used to securely and efficiently migrate the actual data from the on-premises databases to Amazon RDS. Other tools like Migration Evaluator, AWS Application Migration Service, and AWS DataSync are not designed for database schema assessment or database-level replication.