Bird
0
0

When creating an AWS RDS instance for PostgreSQL using the AWS CLI, which engine identifier should you specify?

easy📝 Syntax Q3 of 15
AWS - RDS and Relational Databases
When creating an AWS RDS instance for PostgreSQL using the AWS CLI, which engine identifier should you specify?
Apostgresql-latest
Bpostgresql12
Cpgsql
Dpostgres
Step-by-Step Solution
Solution:
  1. Step 1: Check AWS RDS engine identifiers

    The official engine identifier for PostgreSQL in AWS RDS CLI commands is simply 'postgres'.
  2. Step 2: Understand versioning

    Versions are specified with a separate parameter, not appended to the engine name.
  3. Final Answer:

    postgres -> Option D
  4. Quick Check:

    Use 'postgres' as engine identifier for PostgreSQL [OK]
Quick Trick: Use 'postgres' exactly for PostgreSQL engine in CLI [OK]
Common Mistakes:
MISTAKES
  • Appending version numbers to engine name
  • Using 'pgsql' which is not recognized
  • Using unofficial engine identifiers

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes