Bird
0
0

You want to keep multiple versions of objects in your S3 bucket to recover from accidental deletes. What combination of features should you enable?

hard📝 Application Q9 of 15
AWS - S3 Fundamentals
You want to keep multiple versions of objects in your S3 bucket to recover from accidental deletes. What combination of features should you enable?
AStore objects in S3 Glacier and disable versioning.
BUse S3 Transfer Acceleration and disable versioning.
CUse a single object key and overwrite it each time.
DEnable versioning and configure lifecycle rules for old versions.
Step-by-Step Solution
Solution:
  1. Step 1: Understand versioning purpose

    Versioning keeps multiple object versions to recover from mistakes.
  2. Step 2: Use lifecycle rules for management

    Lifecycle rules help manage storage costs by cleaning old versions.
  3. Step 3: Eliminate incorrect options

    Transfer Acceleration and Glacier do not provide versioning; overwriting loses history.
  4. Final Answer:

    Enable versioning and configure lifecycle rules for old versions. -> Option D
  5. Quick Check:

    Recover deleted objects = Versioning + lifecycle [OK]
Quick Trick: Versioning plus lifecycle rules protect data history [OK]
Common Mistakes:
  • Disabling versioning
  • Confusing transfer acceleration with versioning
  • Overwriting objects without versioning

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes