Bird
0
0

You want to minimize AWS RDS costs for a development environment that requires low latency and high availability. Which combination is best?

hard📝 Best Practice Q15 of 15
AWS - RDS and Relational Databases
You want to minimize AWS RDS costs for a development environment that requires low latency and high availability. Which combination is best?
AUse a small instance with Multi-AZ deployment and gp3 storage
BUse a medium instance with Multi-AZ deployment and Magnetic storage
CUse a small instance with Single-AZ deployment and gp3 storage
DUse a large instance with Single-AZ deployment and gp3 storage
Step-by-Step Solution
Solution:
  1. Step 1: Identify cost and availability needs

    Low latency and high availability require Multi-AZ deployment and sufficient instance size.
  2. Step 2: Evaluate storage and instance size

    gp3 storage is cost-effective and performant; small instance reduces cost while Multi-AZ ensures availability.
  3. Step 3: Compare options

    Use a small instance with Multi-AZ deployment and gp3 storage balances cost (small instance), availability (Multi-AZ), and performance (gp3 storage).
  4. Final Answer:

    Use a small instance with Multi-AZ deployment and gp3 storage -> Option A
  5. Quick Check:

    Small + Multi-AZ + gp3 = cost-effective high availability [OK]
Quick Trick: Multi-AZ + small instance + gp3 balances cost and availability [OK]
Common Mistakes:
  • Choosing Magnetic storage which is slower and deprecated
  • Ignoring Multi-AZ for high availability
  • Picking large instance unnecessarily increasing cost

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes