A company is planning to migrate a 10TB on-premises Oracle database to Amazon Aurora PostgreSQL. The migration must be completed with minimal downtime. The source database contains numerous stored procedures and functions specific to Oracle's PL/SQL. What is the correct sequence of actions using AWS services to achieve this migration?
-
A
Use AWS Snowball Edge to transport the data, then use AWS DMS to apply ongoing changes.
-
B
Use AWS DMS for a full load and ongoing replication, and manually convert the schema at the target.
-
C
Use the AWS Schema Conversion Tool (SCT) to convert the schema and code objects, then use AWS Database Migration Service (DMS) to migrate the data.
-
D
Use AWS Backup to create a backup of the on-premises database and restore it to an Aurora cluster.