Easy1 markMultiple Choice
AWS SAA-C03 · Question 59 · Domain 4.3: Database Cost Optimization
A startup is building a new application using Amazon DynamoDB. The application will have unpredictable traffic for the first 6 months, with occasional large spikes. After 6 months, the traffic is expected to stabilize. What is the MOST cost-effective DynamoDB capacity mode for the first 6 months?
A startup is building a new application using Amazon DynamoDB. The application will have unpredictable traffic for the first 6 months, with occasional large spikes. After 6 months, the traffic is expected to stabilize. What is the MOST cost-effective DynamoDB capacity mode for the first 6 months?
Answer options:
A.
Provisioned capacity mode with Auto Scaling
B.
On-demand capacity mode
C.
Provisioned capacity mode with a high baseline
D.
Reserved capacity
How to approach this question
Match 'unpredictable traffic' and 'occasional large spikes' with DynamoDB On-demand capacity.
Full Answer
B.On-demand capacity mode✓ Correct
On-demand capacity mode
Amazon DynamoDB on-demand is a flexible billing option capable of serving thousands of requests per second without capacity planning. It is best for unknown workloads.
Common mistakes
Choosing Provisioned with Auto Scaling, which can be slower to respond to instant spikes and costs more during idle times.
Practice the full AWS SAA-C03 Practice Exam 7
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 needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert