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

A company is building a containerized application on premises and decides to move the application to AWS. The application will have thousands of users soon after it is deployed. The company is unsure how to manage the deployment of containers at scale. The company needs to deploy the containerized application in a highly available architecture that minimizes operational overhead.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the best choice because it leverages Amazon ECS with the AWS Fargate launch type, which fully manages container deployment and scaling, thus minimizing operational overhead. Options B and C involve more management complexity and don't utilize the benefits of serverless architecture provided by Fargate. Option D also requires more manual scaling efforts compared to the automatic scaling offered by option A.