
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company stores data in PDF format in an Amazon S3 bucket. The company must follow a legal requirement to retain all new and existing data in Amazon S3 for 7 years. Which solution will meet these requirements with the LEAST operational overhead?
A
Turn on the S3 Versioning feature for the S3 bucket. Configure S3 Lifecycle to delete the data after 7 years. Configure multi-factor authentication (MFA) delete for all S3 objects.
B
Turn on S3 Object Lock with governance retention mode for the S3 bucket. Set the retention period to expire after 7 years. Recopy all existing objects to bring the existing data into compliance.
C
Turn on S3 Object Lock with compliance retention mode for the S3 bucket. Set the retention period to expire after 7 years. Recopy all existing objects to bring the existing data into compliance.
D
Turn on S3 Object Lock with compliance retention mode for the S3 bucket. Set the retention period to expire after 7 years. Use S3 Batch Operations to bring the existing data into compliance.
Explanation:
Correct Answer: D
Why Option D is correct:
Why other options are incorrect:
Option A: S3 Versioning with lifecycle policies and MFA delete doesn't provide the same level of legal compliance protection. Versioning tracks object versions but doesn't prevent deletion, and MFA delete only adds an extra authentication step but doesn't guarantee retention.
Option B: Governance mode allows privileged users to override retention settings, which doesn't meet strict legal compliance requirements. Also, manually recopying all existing objects creates significant operational overhead.
Option C: While compliance mode is correct, manually recopying all existing objects creates significant operational overhead compared to using S3 Batch Operations.
Key AWS Concepts:
This solution ensures data immutability for exactly 7 years with minimal ongoing management.