Bird
0
0

Given this AWS CLI command output snippet after creating a read replica:

medium📝 service behavior Q13 of 15
AWS - RDS and Relational Databases
Given this AWS CLI command output snippet after creating a read replica:
{
  "DBInstanceIdentifier": "mydb-replica",
  "DBInstanceStatus": "creating",
  "ReadReplicaSourceDBInstanceIdentifier": "mydb"
}
What does the DBInstanceStatus value indicate?
AThe read replica is ready and available for use
BThe read replica is being deleted
CThe read replica is currently being created and not ready yet
DThe read replica creation failed
Step-by-Step Solution
Solution:
  1. Step 1: Understand the meaning of 'DBInstanceStatus'

    This field shows the current state of the database instance.
  2. Step 2: Interpret the status 'creating'

    'creating' means the instance is in progress of being set up and is not yet ready.
  3. Final Answer:

    The read replica is currently being created and not ready yet -> Option C
  4. Quick Check:

    Status 'creating' means setup in progress [OK]
Quick Trick: Status 'creating' means not ready yet [OK]
Common Mistakes:
MISTAKES
  • Assuming 'creating' means ready
  • Confusing 'creating' with 'failed'
  • Thinking 'creating' means deletion

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes