Bird
0
0

You want to restore a DynamoDB table to a point in time but also keep the current table intact. What is the best approach?

hard🚀 Application Q8 of 15
DynamoDB - Backup and Recovery
You want to restore a DynamoDB table to a point in time but also keep the current table intact. What is the best approach?
ACreate a manual backup and restore from it
BRestore the table to a new table name using PITR
CDisable PITR, then restore the table
DOverwrite the existing table with the restored data
Step-by-Step Solution
Solution:
  1. Step 1: Understand PITR restore behavior

    PITR restores to a new table; it cannot overwrite the existing table.
  2. Step 2: Evaluate options for preserving current table

    Restoring to a new table keeps the current table intact; disabling PITR or manual backup are not required here.
  3. Final Answer:

    Restore the table to a new table name using PITR -> Option B
  4. Quick Check:

    Keep current table = Restore to new table [OK]
Quick Trick: PITR restore creates a new table, preserving the original [OK]
Common Mistakes:
MISTAKES
  • Trying to overwrite existing table
  • Disabling PITR unnecessarily
  • Confusing manual backup with PITR restore

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes