Medium1 markMultiple Choice
Domain 3.3: Performance ImprovementPerformanceAuroraDatabase

AWS SAP-C02 · Question 28 · Domain 3.3: Performance Improvement

A database administrator notices that an Amazon Aurora PostgreSQL database is experiencing high CPU utilization during complex analytical queries. These queries are impacting the performance of the primary transactional application. How can the architect improve performance with minimal application changes?

Answer options:

A.

Migrate the database to Amazon Redshift.

B.

Implement Amazon ElastiCache for Redis in front of the database.

C.

Create an Aurora Read Replica and route the analytical queries to the reader endpoint.

D.

Enable Aurora Serverless v2 scaling.

How to approach this question

Identify the pattern for separating read-heavy workloads from write-heavy workloads in Aurora.

Full Answer

C.Create an Aurora Read Replica and route the analytical queries to the reader endpoint.✓ Correct
Aurora Read Replicas allow you to scale out read operations. By directing analytical queries to the reader endpoint, the primary instance's CPU is freed up for transactional writes.

Common mistakes

Choosing ElastiCache, which is not suitable for complex analytical queries.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1

75 questions · hints · full answers · grading

More questions from this exam