Bird
0
0

Which of the following is the correct way to enable Multi-AZ deployment in an AWS RDS instance configuration?

easy📝 Configuration Q12 of 15
AWS - RDS and Relational Databases
Which of the following is the correct way to enable Multi-AZ deployment in an AWS RDS instance configuration?
A"multi_az = false"
B"enable_multi_az = yes"
C"multi_az = true"
D"multiAZ = enabled"
Step-by-Step Solution
Solution:
  1. Step 1: Review AWS RDS Multi-AZ syntax

    The correct parameter to enable Multi-AZ is multi_az = true.
  2. Step 2: Check other options for correctness

    Options A disables Multi-AZ, C and D use incorrect parameter names or values.
  3. Final Answer:

    "multi_az = true" -> Option C
  4. Quick Check:

    Enable Multi-AZ with multi_az = true [OK]
Quick Trick: Look for exact parameter name and true value [OK]
Common Mistakes:
  • Using false instead of true
  • Wrong parameter names like enable_multi_az
  • Incorrect value formats like yes or enabled

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes