nerdexam
Amazon

SAA-C03 · Question #164

A law firm needs to make hundreds of files readable for the general public. The law firm must prevent members of the public from modifying or deleting the files before a specified future date. Which…

The correct answer is B. Create a new Amazon S3 bucket. Enable S3 Versioning. Use S3 Object Lock and set a retention. S3 Object Lock: Enables Write Once Read Many (WORM) protection for data, preventing objects from being deleted or modified for a set retention period. S3 Versioning: Helps maintain object versions and ensures a recovery path for accidental CloudFront Distribution: Ensures…

Submitted by femi9· Mar 4, 2026Design Secure Architectures

Question

A law firm needs to make hundreds of files readable for the general public. The law firm must prevent members of the public from modifying or deleting the files before a specified future date. Which solution will meet these requirements MOST securely?

Options

  • AUpload the files to an Amazon S3 bucket that is configured for static website hosting. Grant read-
  • BCreate a new Amazon S3 bucket. Enable S3 Versioning. Use S3 Object Lock and set a retention
  • CCreate a new Amazon S3 bucket. Enable S3 Versioning. Configure an event trigger to run an
  • DUpload the files to an Amazon S3 bucket that is configured for static website hosting. Select the

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    82% (14)
  • D
    12% (2)

Explanation

S3 Object Lock: Enables Write Once Read Many (WORM) protection for data, preventing objects from being deleted or modified for a set retention period. S3 Versioning: Helps maintain object versions and ensures a recovery path for accidental CloudFront Distribution: Ensures secure and efficient public access by serving content through an edge-optimized delivery network while protecting S3 data with OAC. Bucket Policy for OAC: Restricts public access to only the CloudFront origin, ensuring maximum

Community Discussion

No community discussion yet for this question.

Full SAA-C03 Practice