
Ultimate access to all questions.
A company wants to run its application by using containers on AWS. Which AWS services or tools will provide container orchestration? (Select TWO.)
Explanation:
Amazon Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS) are the two AWS services that provide container orchestration:
Amazon ECS: A fully managed container orchestration service that supports Docker containers and allows you to run applications on a managed cluster of Amazon EC2 instances or using AWS Fargate (serverless compute for containers).
Amazon EKS: A managed service that makes it easy to run Kubernetes on AWS without needing to install and operate your own Kubernetes control plane.
Why the other options are incorrect: