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

A company hosts a containerized web application on a fleet of on-premises servers that process incoming requests. The number of requests is growing quickly. The on-premises servers cannot handle the increased number of requests. The company wants to move the application to AWS with minimum code changes and minimum development effort.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because AWS Fargate with Amazon ECS allows for easy scaling of containerized applications with minimal operational management. Options B and D require more manual setup and management of infrastructure, while option C involves rewriting code for AWS Lambda, which does not align with the requirement for minimum code changes.