S3 Versioning
Versioning in Amazon S3 allows preservation of multiple variants of an object. When enabled, each modification or deletion creates a new version of the object while preserving the previous ones. This makes it possible to recover from accidental overwrites or deletions. However, note that keeping mu…
AWS Certified Solutions Architect - S3 Versioning Example Questions
Test your knowledge of S3 Versioning
Question 1
A company stores project files in an S3 bucket with versioning enabled. However, it only wants to keep versions up to one year old to minimize storage costs. What should be done?
Question 2
A company stores private files in an S3 bucket with versioning enabled. They want to make sure that only authorized employees can access specific versions of these files. What should be implemented?
Question 3
A company stores important files in an S3 bucket with versioning enabled. They need to ensure that objects cannot be overwritten or deleted for a minimum of 30 days. What should be implemented?