
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is building an application that consists of several microservices. The company has decided to use container technologies to deploy its software on AWS. The company needs a solution that minimizes the amount of ongoing effort for maintenance and scaling. The company cannot manage additional infrastructure.
Which combination of actions should a solutions architect take to meet these requirements? (Choose two.)
A
Deploy an Amazon Elastic Container Service (Amazon ECS) cluster.
B
Deploy the Kubernetes control plane on Amazon EC2 instances that span multiple Availability Zones.
C
Deploy an Amazon Elastic Container Service (Amazon ECS) service with an Amazon EC2 launch type. Specify a desired task number level of greater than or equal to 2.
D
Deploy an Amazon Elastic Container Service (Amazon ECS) service with a Fargate launch type. Specify a desired task number level of greater than or equal to 2.
E
Deploy Kubernetes worker nodes on Amazon EC2 instances that span multiple Availability Zones. Create a deployment that specifies two or more replicas for each microservice.
Explanation:
Key Requirements Analysis:
Option Analysis:
A. Deploy an Amazon Elastic Container Service (Amazon ECS) cluster. ✅
B. Deploy the Kubernetes control plane on Amazon EC2 instances ❌
C. Deploy ECS service with EC2 launch type ❌
D. Deploy ECS service with Fargate launch type ✅
E. Deploy Kubernetes worker nodes on EC2 instances ❌
Why A & D are the correct combination:
Alternative Perspective: