
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 moved its on-premises PostgreSQL database to an Amazon RDS for PostgreSQL DB instance. The company successfully launched a new product. The workload on the database has increased. The company wants to accommodate the larger workload without adding infrastructure.
Which solution will meet these requirements MOST cost-effectively?
A
Buy reserved DB instances for the total workload. Make the Amazon RDS for PostgreSQL DB instance larger.
B
Make the Amazon RDS for PostgreSQL DB instance a Multi-AZ DB instance.
C
Buy reserved DB instances for the total workload. Add another Amazon RDS for PostgreSQL DB instance.
D
Make the Amazon RDS for PostgreSQL DB instance an on-demand DB instance.
Explanation:
Correct Answer: A
Why Option A is correct:
Why other options are incorrect:
Option B (Multi-AZ DB instance):
Option C (Add another DB instance):
Option D (On-demand DB instance):
Key AWS Concepts:
Best Practice: For predictable workload increases, scale vertically first (larger instance) with reserved instances for cost savings, then consider read replicas for read-heavy workloads if needed.