
Answer-first summary for fast verification
Answer: Securely transfer files using Amazon S3, scan for PII, and notify administrators to remove objects containing PII upon detection.
The correct answer is B. Using Amazon S3 as a secure transfer point and Amazon Macie to scan objects in the bucket provides a straightforward and low-effort solution for detecting PII. Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern matching to discover and protect your sensitive data. If objects contain PII, utilizing Amazon SNS to trigger notifications to administrators ensures they are promptly informed and can take action to remove the PII-containing objects. This approach requires minimal development effort compared to custom scanning solutions and leverages managed AWS services for both detection and notification.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company's marketing application analyzes store customer purchase data uploaded via SFTP to generate offers. The company faces challenges with large file sizes and accidental PII inclusion in uploads. What is the least development effort solution for an architect to alert administrators to PII and automate remediation?
A
Securely transfer files using Amazon S3, scan for PII, and remove objects containing PII upon detection.
B
Securely transfer files using Amazon S3, scan for PII, and notify administrators to remove objects containing PII upon detection.
C
Use AWS Lambda for custom PII scanning upon S3 object upload, then notify administrators to remove PII-containing objects.
D
Use AWS Lambda for custom PII scanning and email notification, with an automated S3 policy to remove PII-containing objects upon detection.
No comments yet.