Q27 — AWS SAA-C03 Ch.2
Question 27 of 65 | ← Chapter 2
Q92. A company has a production web application in which users upload documents through a web interface or a mobile app According to a new regulatory requirement, new documents cannot be modified or deleted after they are stored.What should a solutions architect do to meet this requirement?
- A. Store the uploaded documents in an Amazon S3 bucket with S3 Versioning and S3 Object Lock enabled ✓
- B. Store the uploaded documents in an Amazon S3 bucket Configure an s3 Lifecycle policy to archive the documents periodically.
- C. Store the uploaded documents in an Amazon S3 bucket with S3 Versioning enabled. Configure an ACL to restrict all access to read-only.
- D. Store the uploaded documents on an Amazon Elastic File System Amazon EFS volume Access the data by mounting the volume in read-only mode.