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

An administrator is responding to an alarm that reports increased application latency. Upon review, the Administrator notices that the Amazon RDS Aurora database frequently runs at 100% CPU utilization. The application is read heavy and does frequent lookups of a product table.
What should the Administrator do to reduce the application latency?

Answer options

Correct answer: B

Explanation

Offloading read traffic from the primary Amazon RDS Aurora instance to Aurora Replicas is the most effective way to resolve high CPU utilization caused by a read-heavy workload. Utilizing the Reader Endpoint ensures that read queries for the product table are load-balanced across these replicas, thereby reducing response times. Amazon Redshift is designed for complex analytical queries rather than frequent transactional lookups, and Amazon CloudFront cannot natively host relational database tables.