AWS Certified Solutions Architect – Associate (SAA-C03) — Question 831

A large company wants to provide its globally located developers separate, limited size, managed PostgreSQL databases for development purposes. The databases will be low volume. The developers need the databases only when they are actively working.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: C

Explanation

Amazon Aurora Serverless is ideal for intermittent, low-volume development workloads because it automatically scales down to zero capacity when inactive, minimizing costs. Using AWS Service Catalog allows developers to self-service these databases on-demand while maintaining administrative control. Other options involving provisioned Aurora instances or reactive cleanup of RDS do not scale down to zero automatically and would incur higher baseline costs.