
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is developing software that uses a PostgreSQL database schema. The company needs to configure multiple development environments and databases for the company's developers. On average, each development environment is used for half of the 8-hour workday. Which solution will meet these requirements MOST cost-effectively?
A
Configure each development environment with its own Amazon Aurora PostgreSQL database
B
Configure each development environment with its own Amazon RDS for PostgreSQL Single-AZ DB instances
C
Configure each development environment with its own Amazon Aurora On-Demand PostgreSQL-Compatible database
D
Configure each development environment with its own Amazon S3 bucket by using Amazon S3 Object Select
Explanation:
Correct Answer: C - Configure each development environment with its own Amazon Aurora On-Demand PostgreSQL-Compatible database
Aurora On-Demand vs. Aurora Standard: Aurora On-Demand databases are designed for intermittent workloads where you only pay for compute capacity when the database is active. Since each development environment is used for only half of the 8-hour workday (approximately 4 hours per day), On-Demand pricing would be significantly cheaper than running a database 24/7.
Development Environment Characteristics:
Comparison with other options:
Cost Optimization Strategy:
This solution provides the required PostgreSQL compatibility while minimizing costs by only paying for compute when developers are actively using their environments.