Easy1 markMultiple Choice
AWS SAA-C03 · Question 44 · Domain 4.3: Database Cost Optimization
A startup is building a new application using Amazon DynamoDB. They expect traffic to be highly unpredictable for the first few months, with sudden spikes and long periods of zero activity. <br/><br/>Which DynamoDB capacity mode is the MOST cost-effective for this scenario?
A startup is building a new application using Amazon DynamoDB. They expect traffic to be highly unpredictable for the first few months, with sudden spikes and long periods of zero activity. <br/><br/>Which DynamoDB capacity mode is the MOST cost-effective for this scenario?
Answer options:
A.
Provisioned capacity mode with Auto Scaling
B.
On-Demand capacity mode
C.
Provisioned capacity mode with Reserved Capacity
D.
DynamoDB Standard-IA table class
How to approach this question
Match 'highly unpredictable' and 'periods of zero activity' to On-Demand.
Full Answer
B.On-Demand capacity mode✓ Correct
Amazon DynamoDB on-demand is a flexible capacity mode for DynamoDB capable of serving thousands of requests per second without capacity planning. It is ideal for unpredictable workloads because you pay only for what you use.
Common mistakes
Choosing Provisioned with Auto Scaling, which can be slower to scale and costs money during idle times.
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