Medium1 markMultiple Choice
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?
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
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert