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

A company runs its infrastructure on AWS and has a registered base of 700,000 users for its document management application. The company intends to create a product that converts large .pdf files to .jpg image files. The .pdf files average 5 MB in size. The company needs to store the original files and the converted files. A solutions architect must design a scalable solution to accommodate demand that will grow rapidly over time.
Which solution meets these requirements MOST cost-effectively?

Answer options

Correct answer: A

Explanation

Option A is the most cost-effective because using Amazon S3 with an AWS Lambda function allows for automatic scaling and only incurs costs based on usage. Options B and C involve more complexity and higher costs due to continuous resource allocations, while option D incorrectly suggests using EBS for storage when EFS is meant for shared file systems, which complicates the architecture unnecessarily.