AWS Certified SysOps Administrator – Associate (legacy) — Question 83

A web-commerce application stores its data in an Amazon Aurora DB cluster with an Aurora replica. The application displays shopping cart information by reading data from the reader endpoint. When monitoring the Aurora database, the SysOps Administrator sees that the AuroraReplicaLagMaximum metric for a single replica is high.
What behavior is the application MOST likely exhibiting to users?

Answer options

Correct answer: B

Explanation

The correct answer is B because a high AuroraReplicaLagMaximum metric indicates that the replica is not synchronized with the primary database, leading to potential delays in reflecting changes in the shopping cart. This results in users occasionally seeing outdated information. Options A, C, and D suggest complete functionality failures, which are less likely to occur solely due to replication lag.