Bird
0
0

Which of the following is the correct way to enable versioning in an AWS S3 bucket configuration?

easy📝 Configuration Q12 of 15
AWS - S3 Fundamentals
Which of the following is the correct way to enable versioning in an AWS S3 bucket configuration?
Aversioning = true
Bversioning { enabled = true }
Cenable_versioning = yes
Dversioning: active
Step-by-Step Solution
Solution:
  1. Step 1: Recall the syntax for enabling versioning

    Versioning is enabled by setting a block with enabled = true.
  2. Step 2: Match the correct syntax

    Only versioning { enabled = true } matches the correct structure.
  3. Final Answer:

    versioning { enabled = true } -> Option B
  4. Quick Check:

    Enable versioning with block and enabled=true [OK]
Quick Trick: Look for block with enabled = true syntax [OK]
Common Mistakes:
  • Using assignment without block braces
  • Using yes/no instead of true/false
  • Using colon instead of equals sign

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes