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

A solutions architect needs to design the architecture for an application that a vendor provides as a Docker container image. The container needs 50 GB of storage available for temporary files. The infrastructure must be serverless.

Which solution meets these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Amazon ECS with AWS Fargate provides a fully managed, serverless container execution environment that eliminates the need to manage EC2 instances, satisfying the serverless requirement with minimum operational overhead. AWS Fargate natively supports mounting Amazon Elastic File System (Amazon EFS) volumes to easily meet the 50 GB storage requirement. AWS Lambda does not support mounting EBS volumes, and using EC2-backed ECS clusters is not a serverless solution, making the other options incorrect.