Medium1 markMultiple Choice
AWS SAA-C03 · Question 61 · Domain 4.3: Database Cost Optimization
A development team uses a relational database for a testing environment. The database is used heavily during business hours but is completely idle at night and on weekends. The team wants to minimize costs without having to manually start and stop the database.<br/><br/>Which database solution is MOST cost-effective?
A development team uses a relational database for a testing environment. The database is used heavily during business hours but is completely idle at night and on weekends. The team wants to minimize costs without having to manually start and stop the database.<br/><br/>Which database solution is MOST cost-effective?
Answer options:
A.
Amazon RDS with a Multi-AZ deployment
B.
Amazon Aurora Provisioned
C.
Amazon Aurora Serverless
D.
Amazon DynamoDB
How to approach this question
Look for 'relational database', 'idle at night', and 'minimize costs'.
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. It is perfect for infrequent, intermittent, or unpredictable workloads.
Common mistakes
Choosing RDS and writing custom scripts to stop/start it, which violates the 'without manual intervention' (or custom scripting overhead) principle when a native solution exists.
Practice the full AWS SAA-C03 Practice Exam 6
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 company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert