
Answer-first summary for fast verification
Answer: Use Amazon S3 Object Lock to apply a data retention policy on the S3 bucket
Amazon S3 Object Lock allows you to define and enforce data retention policies on objects stored in Amazon S3 buckets. This ensures that objects cannot be overwritten or deleted for the specified retention period, helping to meet compliance requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A financial institution is required to retain customer transaction records for a minimum of 7 years to comply with industry regulations. They are planning to store this data in Amazon S3. What AWS services or features should they use to meet the data retention requirement?
A
Configure Amazon S3 bucket lifecycle policies to transition objects to Amazon Glacier after 7 years
B
Use Amazon S3 Object Lock to apply a data retention policy on the S3 bucket
C
Enable Amazon S3 versioning on the bucket and retain the versions for 7 years
D
Create an AWS Lambda function to delete objects older than 7 years from the S3 bucket
No comments yet.