SAA-C03 Exam QuestionsBrowse all questions from this exam

SAA-C03 Exam - Question 705


A company runs a three-tier application in a VPC. The database tier uses an Amazon RDS for MySQL DB instance.

The company plans to migrate the RDS for MySQL DB instance to an Amazon Aurora PostgreSQL DB cluster. The company needs a solution that replicates the data changes that happen during the migration to the new database.

Which combination of steps will meet these requirements? (Choose two.)

Show Answer
Correct Answer: AD

To migrate a MySQL database to an Aurora PostgreSQL cluster, there are key steps required. First, AWS Database Migration Service (AWS DMS) Schema Conversion can be used to transform database objects, which is essential when converting between different database engines like MySQL to PostgreSQL. Second, defining an AWS DMS task with change data capture (CDC) is necessary to ensure that ongoing data changes are captured and migrated to the new database, maintaining data consistency during the migration process.

Discussion

6 comments
Sign in to comment
mestule
Feb 6, 2024

AD makes sense to me, but I am not sure if that's the best answer.

Andy_09
Feb 8, 2024

Agreed. AD makes more sense !!

Andy_09
Feb 5, 2024

Correct answer BE

haciOptions: AD
Feb 16, 2024

It's quite similar with Q.235, based on that discussion A-D makes more sense.

h0ng97_spare_002Options: AD
Mar 25, 2024

A: Correct. because need convert from MySQL to PostgreSQL B: Wrong. Schema Conversion does not create an Aurora read replica C: Wrong. Company wants to migrate to Aurora PostgreSQL, not Aurora MySQL D: Correct. CDC task helps to capture ongoing change from source data store E: Wrong. Although using Aurora Read Replica is an option for DB migration within the same Region, this question is asking for "combination of steps", which this option does not have another compatible option to pair with Therefore, answer is "AD"

xBUGx
Mar 15, 2024

Lag many never be zero, then it will ne er be promoted to primary

ScheldonOptions: AD
Jul 1, 2024

AnswerAD