AWS Certified Solutions Architect – Professional (SAP-C02) — Question 18

A company has a web application that allows users to upload short videos. The videos are stored on Amazon EBS volumes and analyzed by custom recognition software for categorization.
The website contains static content that has variable traffic with peaks in certain months. The architecture consists of Amazon EC2 instances running in an Auto Scaling group for the web application and EC2 instances running in an Auto Scaling group to process an Amazon SQS queue. The company wants to re-architect the application to reduce operational overhead using AWS managed services where possible and remove dependencies on third-party software.
Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

Option C is the best choice because it uses AWS managed services like S3 and Lambda, which reduces operational overhead and eliminates the need for third-party software. Options A and D still rely on EC2 instances, increasing management complexity, while option B uses EFS, which is not as efficient as S3 for this use case.