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

A company is designing an application where users upload small files into Amazon S3. After a user uploads a file, the file requires one-time simple processing to transform the data and save the data in JSON format for later analysis.
Each file must be processed as quickly as possible after it is uploaded. Demand will vary. On some days, users will upload a high number of files. On other days, users will upload a few files or no files.
Which solution meets these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Option C is correct because it leverages AWS Lambda, which automatically scales with demand and has minimal operational overhead. Options A and D involve more complex infrastructure with Amazon EMR and Amazon Kinesis Data Streams, respectively, which require more management and configuration. Option B uses Amazon EC2, which also adds operational overhead compared to the serverless architecture of option C.