Medium1 markMultiple Choice
AWS SAA-C03 · Question 61 · Domain 4.3: Database Cost Optimization
A new mobile game uses Amazon DynamoDB. The game is expected to go viral, but the exact traffic patterns and peak loads are completely unknown. To avoid throttling and minimize costs, which DynamoDB capacity mode should be used?
A new mobile game uses Amazon DynamoDB. The game is expected to go viral, but the exact traffic patterns and peak loads are completely unknown. To avoid throttling and minimize costs, which DynamoDB capacity mode should be used?
Answer options:
A.
Provisioned capacity mode with Auto Scaling
B.
On-Demand capacity mode
C.
Provisioned capacity mode with a high static limit
D.
DynamoDB Standard-IA
How to approach this question
Match 'unknown traffic patterns' and 'viral spikes' to On-Demand capacity.
Full Answer
B.On-Demand capacity mode✓ Correct
Amazon DynamoDB on-demand is a flexible billing option capable of serving thousands of requests per second without capacity planning. It is ideal for unpredictable workloads and new applications.
Common mistakes
Choosing Provisioned with Auto Scaling, which can be too slow to respond to instant viral spikes.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert