AWS Certified DevOps Engineer – Professional — Question 206

A company hosts an application in North America. The application uses an Amazon Aurora PostgreSQL DB cluster. A team of analysts in Europe generates real- time reports by using the DB cluster. The analysts must have access to the most up-to-date data. A DevOps engineer discovers that the generation of reports is much slower for users in Europe than for users in North America.
What should the DevOps engineer do to resolve this issue?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating an Aurora global database allows for low-latency access to the most recent data by establishing a secondary cluster in Europe. This approach provides real-time access to the required data, unlike options A and D, which involve DynamoDB and would not meet the requirement for using Aurora. Option B does not address the geographical latency issue since it keeps the replication in North America.