
Answer-first summary for fast verification
Answer: AWS Fargate on Amazon ECS with Service Auto Scaling and an Application Load Balancer.
The best solution with the least operational overhead is to use AWS Fargate on Amazon ECS, with Service Auto Scaling and an Application Load Balancer to distribute the incoming requests. This option (A) allows you to run containers without managing the underlying infrastructure, offers easy scaling based on demand, and minimizes code changes and development effort. The other options require more manual setup and management, which increases operational overhead.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company's on-premises servers are overwhelmed by the growing number of requests for their containerized web application. They seek an AWS solution requiring minimal code and development effort, and which offers the least operational overhead. Which is the most suitable option?
A
AWS Fargate on Amazon ECS with Service Auto Scaling and an Application Load Balancer.
B
Two Amazon EC2 instances with an Application Load Balancer.
C
AWS Lambda with new code in a supported language, multiple Lambda functions, and Amazon API Gateway.
D
AWS ParallelCluster for an HPC cluster to scale processing of incoming requests.
No comments yet.