AWS Certified Solutions Architect – Associate (SAA-C03) — Question 331

An ecommerce company stores terabytes of customer data in the AWS Cloud. The data contains personally identifiable information (PII). The company wants to use the data in three applications. Only one of the applications needs to process the PII. The PII must be removed before the other two applications process the data.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Amazon S3 Object Lambda allows the company to use AWS Lambda functions to automatically redact PII from the data on-the-fly as it is retrieved, requiring no duplicate datasets and minimal management. Options C and D introduce high operational overhead and increased storage costs by duplicating and maintaining three separate datasets. Option A requires building and maintaining a custom proxy application layer, which is operationally complex compared to using a native AWS managed service.