Bird
0
0

Which of the following is the correct way to specify the engine when creating an RDS instance using AWS CLI?

easy📝 Configuration Q12 of 15
AWS - RDS and Relational Databases
Which of the following is the correct way to specify the engine when creating an RDS instance using AWS CLI?
A--engine mongodb
B--engine mysql
C--engine redis
D--engine cassandra
Step-by-Step Solution
Solution:
  1. Step 1: Understand AWS CLI engine parameter

    The AWS CLI uses the parameter --engine to specify the database engine when creating an RDS instance.
  2. Step 2: Identify valid engine names

    Valid engine names include mysql, postgres, oracle, sqlserver, aurora. MongoDB, Redis, and Cassandra are not valid for RDS engine parameter.
  3. Final Answer:

    --engine mysql -> Option B
  4. Quick Check:

    Correct engine name for MySQL is mysql [OK]
Quick Trick: Use lowercase engine names like mysql, not unsupported ones [OK]
Common Mistakes:
  • Using unsupported engines like mongodb or redis
  • Capitalizing engine names incorrectly
  • Confusing engine parameter with instance type

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes