
Answer-first summary for fast verification
Answer: Deploy an Amazon ECS cluster., Use Amazon ECS with a Fargate launch type, setting a task number of 2 or more.
The company needs a solution that requires minimal maintenance and scaling effort and does not involve managing additional infrastructure. Amazon ECS can manage container orchestration, and using the Fargate launch type allows you to run containers without managing servers or clusters of Amazon EC2 instances. Therefore, the correct combination is to deploy an Amazon ECS cluster (option A) and use the Fargate launch type for the ECS service (option D). Option B involves maintaining EC2 instances for the Kubernetes control plane, which adds complexity. Option C involves using the EC2 launch type, which also requires managing EC2 instances. Hence, the best options are A and D.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company is developing a microservices-based application using container technology on AWS. They require a solution that reduces maintenance and scaling efforts, without the need to manage additional infrastructure. Which two actions should a solutions architect consider?
A
Deploy an Amazon ECS cluster.
B
Deploy a Kubernetes control plane on multi-AZ EC2 instances.
C
Use Amazon ECS with an EC2 launch type, setting a task number of 2 or more.
D
Use Amazon ECS with a Fargate launch type, setting a task number of 2 or more.
No comments yet.