Hard1 markMultiple Choice
Domain 3.3: Database PerformanceDynamoDBDAXPerformance

AWS SAA-C03 · Question 41 · Domain 3.3: Database Performance

An application uses Amazon DynamoDB as its backend database. The application is experiencing high read traffic for a small set of popular items, leading to increased latency and higher costs due to consumed read capacity units. How can a solutions architect improve read performance and reduce database load with the LEAST application code changes?

Answer options:

A.

Migrate the database to Amazon RDS.

B.

Implement Amazon ElastiCache for Redis.

C.

Implement Amazon DynamoDB Accelerator (DAX).

D.

Increase the Provisioned Read Capacity Units (RCUs).

How to approach this question

Identify the need for a DynamoDB cache that requires minimal code changes.

Full Answer

C.Implement Amazon DynamoDB Accelerator (DAX).✓ Correct
Amazon DynamoDB Accelerator (DAX) is a fully managed, highly available, in-memory cache for DynamoDB that delivers up to a 10x performance improvement. Because it is API-compatible with DynamoDB, it requires minimal application code changes.

Common mistakes

Choosing ElastiCache, which requires significant code changes to implement the caching logic.

Practice the full AWS SAA-C03 Practice Exam 5

65 questions · hints · full answers · grading

More questions from this exam