ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 154 - SAA-C03 discussion

Report
Export

A company needs to save the results from a medical trial to an Amazon S3 repository. The repository must allow a few scientists to add new files and must restrict all other users to read-only access. No users can have the ability to modify or delete any files in the repository. The company must keep every file in the repository for a minimum of 1 year after its creation date. Which solution will meet these requirements?

A.
Use S3 Object Lock In governance mode with a legal hold of 1 year
Answers
A.
Use S3 Object Lock In governance mode with a legal hold of 1 year
B.
Use S3 Object Lock in compliance mode with a retention period of 365 days.
Answers
B.
Use S3 Object Lock in compliance mode with a retention period of 365 days.
C.
Use an IAM role to restrict all users from deleting or changing objects in the S3 bucket Use an S3 bucket policy to only allow the IAM role
Answers
C.
Use an IAM role to restrict all users from deleting or changing objects in the S3 bucket Use an S3 bucket policy to only allow the IAM role
D.
Configure the S3 bucket to invoke an AWS Lambda function every tune an object is added Configure the function to track the hash of the saved object to that modified objects can be marked accordingly
Answers
D.
Configure the S3 bucket to invoke an AWS Lambda function every tune an object is added Configure the function to track the hash of the saved object to that modified objects can be marked accordingly
Suggested answer: B

Explanation:

n compliance mode, a protected object version can't be overwritten or deleted by any user, including the root user in your AWS account. When an object is locked in compliance mode, its retention mode can't be changed, and its retention period can't be shortened. Compliance mode helps ensure that an object version can't be overwritten or deleted for the duration of the retention period. In governance mode, users can't overwrite or delete an object version or alter its lock settings unless they have special permissions. With governance mode, you protect objects against being deleted by most users, but you can still grant some users permission to alter the retention settings or delete the object if necessary. In Governance mode, Objects can be deleted by some users with special permissions, this is against the requirement.Compliance:- Object versions can't be overwritten or deleted by any user, including the root user- Objects retention modes can't be changed, and retention periods can't be shortenedGovernance:


asked 16/09/2024
Karl Newick
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first