AWS Certified Solutions Architect – Associate (SAA-C02) — Question 679

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: C

Explanation

Option C is the most operationally efficient solution because pre-processing the data and hosting it in three separate Amazon S3 buckets utilizes simple, highly durable, and cost-effective storage with minimal management overhead. Options A and D introduce high operational overhead and cost by using Amazon DynamoDB and requiring the management of custom proxy code or database scaling for terabytes of data. Option B is incorrect as implementing and maintaining custom S3 Object Lambda functions introduces more development and operational overhead compared to using separate S3 buckets.