Bird
0
0

Which of the following is the correct way to associate a parameter group with an RDS instance during creation?

easy📝 Configuration Q12 of 15
AWS - RDS and Relational Databases
Which of the following is the correct way to associate a parameter group with an RDS instance during creation?
AUse the <code>DBParameterGroupName</code> property with the parameter group name
BSpecify the parameter group name in the <code>DBInstanceIdentifier</code> field
CAttach the parameter group using the <code>OptionGroupName</code> property
DParameter groups are automatically assigned and cannot be specified
Step-by-Step Solution
Solution:
  1. Step 1: Identify the correct property for parameter groups

    The property to assign a parameter group to an RDS instance is DBParameterGroupName.
  2. Step 2: Exclude incorrect options

    DBInstanceIdentifier is the instance name, OptionGroupName is for option groups, and parameter groups are not automatic.
  3. Final Answer:

    Use the DBParameterGroupName property with the parameter group name -> Option A
  4. Quick Check:

    Parameter group assigned via DBParameterGroupName [OK]
Quick Trick: Parameter groups use DBParameterGroupName property [OK]
Common Mistakes:
  • Using OptionGroupName instead of DBParameterGroupName
  • Confusing instance identifier with parameter group name
  • Assuming parameter groups assign automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes