Medium1 markMultiple Choice
AWS SAA-C03 · Question 60 · Domain 4.3: Database Cost Optimization
A company has a development database running on Amazon Aurora MySQL. The database is only used by developers during business hours (9 AM to 5 PM, Monday to Friday). Outside of these hours, the database sits completely idle. What is the MOST cost-effective architectural choice for this database?
A company has a development database running on Amazon Aurora MySQL. The database is only used by developers during business hours (9 AM to 5 PM, Monday to Friday). Outside of these hours, the database sits completely idle. What is the MOST cost-effective architectural choice for this database?
Answer options:
A.
Purchase a Reserved Instance for the database.
B.
Use Amazon Aurora Serverless.
C.
Write a Lambda function to delete the database every night and restore from snapshot every morning.
D.
Migrate the database to Amazon EC2 and use Auto Scaling.
How to approach this question
Look for 'intermittent usage' or 'sits completely idle'. Aurora Serverless can scale to zero, saving compute costs.
Full Answer
B.Use Amazon Aurora Serverless.✓ Correct
Use Amazon Aurora Serverless.
Amazon Aurora Serverless is an on-demand, auto-scaling configuration for Aurora. It automatically starts up, shuts down, and scales capacity up or down based on your application's needs.
Common mistakes
Choosing RIs for intermittent workloads.
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