Medium1 markMultiple Choice
AWS SAA-C03 · Question 64 · 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 heavily used during the day but completely idle at night. The company wants to minimize licensing and compute costs. Which solution is MOST cost-effective?
A company is migrating a legacy application to AWS. The application requires a relational database. The database will be heavily used during the day but completely idle at night. The company wants to minimize licensing and compute costs. Which solution is MOST cost-effective?
Answer options:
A.
Amazon RDS for Oracle with a Reserved Instance
B.
Amazon EC2 with SQL Server installed
C.
Amazon Aurora Serverless
D.
Amazon DynamoDB
How to approach this question
Combine 'relational', 'idle at night', and 'minimize licensing'. Aurora Serverless fits perfectly.
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 starts up, shuts down, and scales capacity up or down based on your application's needs.
Common mistakes
Choosing DynamoDB, ignoring the 'relational' requirement.
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