Hard1 markMultiple Choice
AWS SAA-C03 · Question 47 · Domain 3.3: Database Performance
A company is developing a new SaaS application. The database workload is highly unpredictable, with periods of zero activity followed by sudden, massive spikes in traffic. The company wants a relational database that scales compute capacity instantly to meet demand and scales down to save costs. Which TWO database options meet these requirements? (Select TWO.)
A company is developing a new SaaS application. The database workload is highly unpredictable, with periods of zero activity followed by sudden, massive spikes in traffic. The company wants a relational database that scales compute capacity instantly to meet demand and scales down to save costs. Which TWO database options meet these requirements? (Select TWO.)
Answer options:
A.
Amazon RDS for PostgreSQL with Auto Scaling
B.
Amazon Aurora Serverless v2 (PostgreSQL-compatible)
C.
Amazon DynamoDB On-Demand
D.
Amazon Aurora Serverless v2 (MySQL-compatible)
E.
Amazon Redshift Serverless
How to approach this question
Identify the need for a 'relational database' that scales compute 'instantly'. This is Aurora Serverless (both MySQL and PostgreSQL flavors).
Full Answer
B,D
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. It is available in both MySQL-compatible and PostgreSQL-compatible editions.
Common mistakes
Choosing DynamoDB, missing the 'relational database' requirement. Choosing RDS Auto Scaling, which only scales storage.
Practice the full AWS SAA-C03 Practice Exam 1
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...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert