🔥 3-day streak
AWS Certified Solutions Architect - Associate11 / 150
Question 11 of 150

A financial services company runs a reporting platform on an Amazon Aurora MySQL cluster with one writer and four reader replicas. Two of the readers are large, memory-optimized instances dedicated to heavy analytical queries, while the other two smaller readers serve the customer-facing dashboard. Currently the application uses the built-in reader endpoint, which round-robins connections across all four readers, causing the dashboard to occasionally hit the large analytics instances and analytical queries to land on the small instances, resulting in inconsistent performance. The team wants to ensure dashboard traffic only uses the two small readers and analytics traffic only uses the two large readers, without managing connection logic in application code. What should the solutions architect recommend?

Reviewed for accuracy · Report an issueNext question →