Medium1 markMultiple Choice
Domain 4.3: Database Cost OptimizationCost OptimizationDynamoDBDAX

AWS SAA-C03 · Question 58 · Domain 4.3: Database Cost Optimization

A company has an application that reads data from an Amazon DynamoDB table. The data is updated infrequently but read thousands of times per second. The read operations are consuming a large amount of provisioned read capacity units (RCUs), leading to high costs. <br/><br/>How can the solutions architect reduce the DynamoDB costs while maintaining performance?

Answer options:

A.

Change the table to On-Demand capacity mode.

B.

Implement Amazon DynamoDB Accelerator (DAX).

C.

Enable DynamoDB Streams.

D.

Use strongly consistent reads instead of eventually consistent reads.

How to approach this question

Identify the caching layer for DynamoDB that offloads read requests.

Full Answer

B.Implement Amazon DynamoDB Accelerator (DAX).✓ Correct
Implement Amazon DynamoDB Accelerator (DAX).
Amazon DynamoDB Accelerator (DAX) is an in-memory cache for DynamoDB. By caching frequently read data, DAX reduces the read load on the underlying DynamoDB table, allowing you to lower the provisioned RCUs and save money.

Common mistakes

Choosing On-Demand mode, thinking it's always cheaper.

Practice the full AWS SAA-C03 Practice Exam 4

65 questions · hints · full answers · grading

More questions from this exam