
Answer-first summary for fast verification
Answer: Utilize S3 Versioning in a new bucket, apply Object Lock with a set retention period, enable static website hosting, and enforce read-only access through a bucket policy.
The correct answer is B. This option meets the firm's requirements by creating a new S3 bucket with versioning enabled to keep track of any changes to the files. Additionally, S3 Object Lock with a retention period ensures that the files cannot be deleted or modified until the specified future date. Configuring the bucket for static website hosting ensures the files are publicly readable, while the bucket policy enforces read-only access. This configuration guarantees both security and accessibility, making it the most secure solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A law firm seeks a secure method to share public information comprising numerous files, ensuring they are readable but immutable until a specified future date. Which AWS solution best meets these criteria?
A
Place files in an S3 bucket for static website hosting, restricting access to read-only until the designated date via IAM permissions.
B
Utilize S3 Versioning in a new bucket, apply Object Lock with a set retention period, enable static website hosting, and enforce read-only access through a bucket policy.
C
Implement S3 Versioning in a bucket, set up an event to trigger a Lambda function that reverts any modified or deleted objects to their original state from a private bucket.
D
Upload files to an S3 bucket configured for static website hosting, apply Object Lock for retention until the specified date, and ensure all access is read-only through IAM permissions.
No comments yet.