
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has an ordering application that stores customer information in Amazon RDS for MySQL. During regular business hours, employees run one-time queries for reporting purposes. Timeouts are occurring during order processing because the reporting queries are taking a long time to run. The company needs to eliminate the timeouts without preventing employees from performing queries.
What should a solutions architect do to meet these requirements?
A
Create a read replica. Move reporting queries to the read replica.
B
Create a read replica. Distribute the ordering application to the primary DB instance and the read replica.
C
Migrate the ordering application to Amazon DynamoDB with on-demand capacity.
D
Schedule the reporting queries for non-peak hours.
Explanation:
Correct Answer: A
Why Option A is correct:
Why Option B is incorrect:
Why Option C is incorrect:
Why Option D is incorrect:
Key AWS Concepts:
Best Practice: Using read replicas for reporting and analytics workloads is a standard AWS best practice to maintain application performance while supporting business intelligence needs.