SAA-C03 · Question #412
A company is storing data in Amazon S3 buckets. The company needs to retain any objects that contain personally identifiable information (PII) that might need to be reviewed. A solutions architect mus
The correct answer is A. Create a job in Amazon Macie to scan the S3 buckets for the relevant sensitive data identifiers. C. Create an AWS Lambda function that performs an S3 Object Lock legal hold operation on the E. Create an Amazon EventBridge rule that invokes the AWS Lambda function when Amazon Macie. A: Amazon Macie can scan S3 buckets for sensitive data and identify PII. C: S3 Object Lock legal hold prevents object deletion until a review is complete, meeting compliance requirements. E: EventBridge can trigger the Lambda function automatically when Macie detects sensitive da
Question
A company is storing data in Amazon S3 buckets. The company needs to retain any objects that contain personally identifiable information (PII) that might need to be reviewed. A solutions architect must develop an automated solution to identify objects that contain PII and apply the necessary controls to prevent deletion before review. Which combination of steps should the solutions architect take to meet these requirements? (Select THREE.)
Options
- ACreate a job in Amazon Macie to scan the S3 buckets for the relevant sensitive data identifiers.
- BMove the identified objects to the S3 Glacier Deep Archive storage class.
- CCreate an AWS Lambda function that performs an S3 Object Lock legal hold operation on the
- DCreate an AWS Lambda function that applies an S3 Object Lock retention period to the identified
- ECreate an Amazon EventBridge rule that invokes the AWS Lambda function when Amazon Macie
- FConfigure multi-factor authentication (MFA) delete on the S3 buckets.
How the community answered
(33 responses)- A64% (21)
- B6% (2)
- D9% (3)
- F21% (7)
Explanation
A: Amazon Macie can scan S3 buckets for sensitive data and identify PII. C: S3 Object Lock legal hold prevents object deletion until a review is complete, meeting compliance requirements. E: EventBridge can trigger the Lambda function automatically when Macie detects sensitive data, creating an automated workflow.
Community Discussion
No community discussion yet for this question.