DBS-C01 • Practice Test 43
Free DBS-C01 practice test — 15 questions with explanations. Set 43. No signup required.
An administrator runs the above AWS CLI command to create an RDS MySQL instance. The command completes successfully. What is the status of the new DB instance immediately after the command returns?
Refer to the exhibit.
aws rds create-db-instance \
--db-instance-identifier mydb \
--db-instance-class db.t3.micro \
--engine mysql \
--master-username admin \
--master-user-password password123 \
--allocated-storage 20 \
--vpc-security-group-ids sg-12345678