
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.