Medium1 markMultiple Choice
AWS SAA-C03 · Question 58 · Domain 4.3: Database Cost Optimization
A startup is building a new application with an unpredictable workload. The database will experience periods of high activity followed by days of zero activity. They need a relational database that minimizes costs during idle periods. Which service should they choose?
A startup is building a new application with an unpredictable workload. The database will experience periods of high activity followed by days of zero activity. They need a relational database that minimizes costs during idle periods. Which service should they choose?
Answer options:
A.
Amazon RDS for MySQL
B.
Amazon DynamoDB On-Demand
C.
Amazon Aurora Serverless
D.
Amazon Redshift Serverless
How to approach this question
Match 'relational database', 'unpredictable workload', and 'zero activity' to Aurora Serverless.
Full Answer
C.Amazon Aurora Serverless✓ Correct
Amazon Aurora Serverless is an on-demand, auto-scaling configuration for Amazon Aurora. It automatically starts up, shuts down, and scales capacity up or down based on your application's needs, making it highly cost-effective for intermittent workloads.
Common mistakes
Choosing DynamoDB, missing the 'relational database' requirement.
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