Medium1 markMultiple Choice
AWS SAA-C03 · Question 42 · Domain 3.3: Database Performance
A startup is building an application with unpredictable, intermittent traffic. They need a relational database that can automatically scale compute capacity up and down based on application demand, and pause during periods of inactivity. Which service should they use?
A startup is building an application with unpredictable, intermittent traffic. They need a relational database that can automatically scale compute capacity up and down based on application demand, and pause during periods of inactivity. Which service should they use?
Answer options:
A.
Amazon RDS for MySQL
B.
Amazon DynamoDB
C.
Amazon Aurora Serverless
D.
Amazon Redshift
How to approach this question
Match 'relational', 'unpredictable', and 'pause'.
Full Answer
C.Amazon Aurora Serverless✓ Correct
Amazon Aurora Serverless
Amazon Aurora Serverless is an on-demand, auto-scaling configuration for Amazon Aurora. It automatically scales compute capacity and can scale to zero (pause) when there is no activity.
Common mistakes
Choosing standard RDS or DynamoDB.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert