SAA-C03 · Question #135
How can a law firm make files publicly readable while preventing modifications or deletions until a specific future date?
The correct answer is B. Create an S3 bucket. Enable S3 Versioning. Use S3 Object Lock with a retention period. Create a. Option Bensures the use of S3 Object Lock and Versioning to meet compliance for immutability. CloudFront enhances performance while a bucket policy ensures secure access. Option A lacks immutability safeguards. Option C introduces unnecessary complexity. Option D misses out on ad
Question
How can a law firm make files publicly readable while preventing modifications or deletions until a specific future date?
Options
- AUpload files to an Amazon S3 bucket configured for static website hosting. Grant read-only IAM
- BCreate an S3 bucket. Enable S3 Versioning. Use S3 Object Lock with a retention period. Create a
- CCreate an S3 bucket. Enable S3 Versioning. Configure an event trigger with AWS Lambda to
- DUpload files to an S3 bucket for static website hosting. Use S3 Object Lock with a retention
How the community answered
(36 responses)- A8% (3)
- B83% (30)
- C6% (2)
- D3% (1)
Explanation
Option Bensures the use of S3 Object Lock and Versioning to meet compliance for immutability. CloudFront enhances performance while a bucket policy ensures secure access. Option A lacks immutability safeguards. Option C introduces unnecessary complexity. Option D misses out on additional security benefits offered by CloudFront.
Community Discussion
No community discussion yet for this question.