AWS Certified Solutions Architect – Professional (SAP-C02) — Question 48

A company wants to migrate its data analytics environment from on premises to AWS. The environment consists of two simple Node.js applications. One of the applications collects sensor data and loads it into a MySQL database. The other application aggregates the data into reports. When the aggregation jobs run, some of the load jobs fail to run correctly.

The company must resolve the data loading issue. The company also needs the migration to occur without interruptions or changes for the company’s customers.

What should a solutions architect do to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because it involves using AWS Database Migration Service (AWS DMS) for continuous replication, ensuring minimal downtime and a smooth transition. It also leverages an Aurora Replica for running aggregation jobs, which helps in maintaining performance. Options A and D do not utilize AWS DMS effectively for seamless migration, while B lacks the use of an Aurora Replica for aggregation jobs, which could lead to performance issues.