AWS Certified Database – Specialty — Question 118
A company has a production environment running on Amazon RDS for SQL Server with an in-house web application as the front end. During the last application maintenance window, new functionality was added to the web application to enhance the reporting capabilities for management. Since the update, the application is slow to respond to some reporting queries.
How should the company identify the source of the problem?
Answer options
- A. Install and configure Amazon CloudWatch Application Insights for Microsoft .NET and Microsoft SQL Server. Use a CloudWatch dashboard to identify the root cause.
- B. Enable RDS Performance Insights and determine which query is creating the problem. Request changes to the query to address the problem.
- C. Use AWS X-Ray deployed with Amazon RDS to track query system traces.
- D. Create a support request and work with AWS Support to identify the source of the issue.
Correct answer: B
Explanation
The correct answer, B, focuses on enabling RDS Performance Insights to pinpoint the specific query causing performance issues, allowing for targeted optimization. Option A, while useful for monitoring, does not directly identify problematic queries. Option C suggests using AWS X-Ray, which is not specifically designed for RDS query performance analysis. Option D involves external support, which may not be necessary if the issue can be identified internally.