Bird
0
0

Given this AWS CLI command snippet:

medium📝 Predict Output Q4 of 15
AWS - RDS and Relational Databases
Given this AWS CLI command snippet:
aws rds create-db-instance --db-instance-identifier mydb --engine oracle-se2 --allocated-storage 20 --db-instance-class db.t3.medium

What database engine will be created?
AOracle Enterprise Edition
BMySQL
COracle Standard Edition 2
DPostgreSQL
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the engine parameter

    The engine parameter is "oracle-se2", which stands for Oracle Standard Edition 2.
  2. Step 2: Confirm other options

    Oracle Enterprise Edition uses "oracle-ee"; MySQL and PostgreSQL have different engine names.
  3. Final Answer:

    Oracle Standard Edition 2 will be created -> Option C
  4. Quick Check:

    Engine 'oracle-se2' = Oracle Standard Edition 2 [OK]
Quick Trick: oracle-se2 means Oracle Standard Edition 2 [OK]
Common Mistakes:
  • Confusing oracle-se2 with oracle-ee
  • Assuming default is MySQL
  • Ignoring engine parameter

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes