Which combination of steps will meet these requirements?
(Choose two.)
Use AWS Database Migration Service (AWS DMS) Schema Conversion to transform the database objects.
Use AWS Database Migration Service (AWS DMS) Schema Conversion to create an Aurora PostgreSQL read replica on the RDS for MySQL DB instance.
Configure an Aurora MySQL read replica for the RDS for MySQL DB instance.
Define an AWS Database Migration Service (AWS DMS) task with change data capture (CDC) to migrate the data.
Promote the Aurora PostgreSQL read replica to a standalone Aurora PostgreSQL DB cluster when the replica lag is zero.
Explanations:
AWS DMS Schema Conversion is necessary to transform MySQL schema objects to Aurora PostgreSQL format.
AWS DMS does not create Aurora PostgreSQL read replicas for RDS MySQL; this option is incorrect.
Aurora MySQL read replicas can only replicate MySQL, not PostgreSQL; thus, it does not meet the need.
AWS DMS with CDC allows continuous replication of data changes during migration to Aurora PostgreSQL.
Promoting a read replica applies to homogeneous replication; Aurora PostgreSQL needs different steps.