Courseiva
Deployment and MigrationeasyMultiple ChoiceObjective-mapped

DBS-C01 Deployment and Migration Practice Question

Network Topology
$ aws rds describe-db-snapshotsdb-snapshot-identifier my-final-snapshotquery 'DBSnapshots[0].[DBSnapshotIdentifierRefer to the exhibit.```"my-final-snapshot","manual","creating","75"

Refer to the exhibit. A database specialist is taking a final snapshot of an RDS DB instance before deletion. The command returns the output shown. The snapshot is at 75% progress. What should the specialist do next?

⚠ Common exam trap

A common mix-up: candidates assume the snapshot continues independently after instance deletion (Option D), but AWS RDS enforces that the instance cannot be deleted until the final snapshot is fully available, preventing data loss.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Wait for the snapshot status to become 'available' before deleting the instance.

An RDS DB instance cannot be deleted while a final snapshot is in progress; the snapshot must reach the 'available' status first. The AWS CLI output shows the snapshot at 75% progress, meaning the snapshot is still being created. Attempting to delete the instance before the snapshot completes will result in an error, as the deletion operation requires the snapshot to be fully available.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use the describe-db-snapshots command with --db-snapshot-identifier to get more details.

    Why it's wrong here

    Already have details, just need to wait.

  • Use the stop-db-instance command to pause the snapshot.

    Why it's wrong here

    There is no stop-db-instance for snapshots.

  • Wait for the snapshot status to become 'available' before deleting the instance.

    Why this is correct

    Snapshot must be available before deletion to ensure completeness.

  • Delete the DB instance immediately; the snapshot will continue in the background.

    Why it's wrong here

    Deleting the instance cancels the snapshot.

About these practice questions

Courseiva writes every DBS-C01 question from scratch — 1,663 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DBS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DBS-C01 exam.