ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

144 / 465

Question 144:

A team has a website that provides the latest real estate news to subscribers. It has included a Java frontend, backend, and a MySQL database to store user information. They plan to migrate the MySQL database to PostgreSQL database to use some features that MySQL does not have. At the same time, the development lead has raised extra requirements.

Answer options:

A.DMS cannot handle the task of migration from MySQL to PostgreSQL. When database engines need to be changed, use the AWS Schema Conversion Tool to convert existing database schema, including tables, indexes, and most application code, to the target platform.
B.DMS can handle the task of migration from MySQL to PostgreSQL. It can achieve task 1 by using the Selection Rule for column “user_activity” in table “user_info”. However, it cannot do tasks 2 and 3.
C.DMS can handle the task of migration from MySQL to PostgreSQL. It can achieve task 1 by using the Selection Rule for column “user_activity” in table “user_info”. Task 2, can also be completed by using a “Transformation Rules and Actions” to remove the columns starting with “test”. However, for task 3, DMS cannot do that.
D.DMS can handle the task of migration from MySQL to PostgreSQL. And all tasks can be achieved by specifying Table Selection and Transformations using JSON.