Medium1 markMultiple Choice
AWS SAA-C03 · Question 45 · Domain 4.3: Database Cost Optimization
A company has a development environment running on Amazon Aurora MySQL. The developers only use the database during business hours (9 AM to 5 PM, Monday to Friday). The company wants to minimize costs without losing data. <br/><br/>What should the solutions architect recommend?
A company has a development environment running on Amazon Aurora MySQL. The developers only use the database during business hours (9 AM to 5 PM, Monday to Friday). The company wants to minimize costs without losing data. <br/><br/>What should the solutions architect recommend?
Answer options:
A.
Create a Lambda function to take a snapshot and delete the cluster at 5 PM, and another to restore it at 9 AM.
B.
Migrate the database to Amazon Aurora Serverless v2.
C.
Purchase Reserved Instances for the Aurora cluster.
D.
Use AWS Systems Manager to stop the Aurora cluster at 5 PM and start it at 9 AM.
How to approach this question
Identify the database service designed for intermittent or variable workloads.
Full Answer
B.Migrate the database to Amazon Aurora Serverless v2.✓ Correct
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, making it perfect for dev environments used only during business hours.
Common mistakes
Choosing to delete and restore from snapshots, which is an operational nightmare.
Practice the full AWS SAA-C03 Practice Exam 4
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...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert