Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.