Easy1 markMultiple Choice
AWS SAA-C03 · Question 62 · Domain 4.3: Database Cost Optimization
A company is migrating a legacy application to AWS. The application requires a relational database. The database will be used sporadically, with long periods of inactivity followed by short bursts of high CPU utilization. The company wants to minimize costs. Which database service should be used?
A company is migrating a legacy application to AWS. The application requires a relational database. The database will be used sporadically, with long periods of inactivity followed by short bursts of high CPU utilization. The company wants to minimize costs. Which database service should be used?
Answer options:
A.
Amazon RDS for MySQL
B.
Amazon Aurora Provisioned
C.
Amazon Aurora Serverless
D.
Amazon Redshift
How to approach this question
Match 'relational database', 'sporadic usage', and 'minimize costs' with Aurora Serverless.
Full Answer
C.Amazon Aurora Serverless✓ Correct
Amazon Aurora Serverless
Amazon Aurora Serverless is an on-demand, auto-scaling configuration for Amazon Aurora. It is the most cost-effective option for infrequent, intermittent, or unpredictable workloads because it automatically scales capacity up or down based on application needs, and you only pay for the database capacity you consume.
Common mistakes
Choosing standard RDS, which incurs costs even when idle.
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