Medium1 markMultiple Choice
Domain 4.3: Migration StrategyDatabase MigrationDMSSCT

AWS SAP-C02 · Question 37 · Domain 4.3: Migration Strategy

A company is migrating a legacy Oracle database to Amazon Aurora PostgreSQL. The database is 5 TB and requires minimal downtime during the cutover. Which combination of AWS services should the architect use?

Answer options:

A.

AWS Application Migration Service (MGN) to replicate the database server.

B.

AWS Schema Conversion Tool (SCT) to convert the schema, and AWS Database Migration Service (DMS) with Change Data Capture (CDC) for the data transfer.

C.

AWS Snowball Edge to transfer the data, and AWS DMS to convert the schema.

D.

Export the Oracle database to CSV, upload to S3, and use AWS Glue to load into Aurora.

How to approach this question

Identify the tools for heterogeneous database migration.

Full Answer

B.AWS Schema Conversion Tool (SCT) to convert the schema, and AWS Database Migration Service (DMS) with Change Data Capture (CDC) for the data transfer.✓ Correct
For heterogeneous migrations (e.g., Oracle to PostgreSQL), AWS SCT converts the schema and code. AWS DMS migrates the data. Enabling CDC in DMS keeps the target in sync with the source, allowing for near-zero downtime cutover.

Common mistakes

Confusing the roles of SCT and DMS.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2

75 questions · hints · full answers · grading

More questions from this exam