
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.
Ultimate access to all questions.
No comments yet.
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