
Answer-first summary for fast verification
Answer: Amazon Elastic Container Service (Amazon ECS), Amazon Elastic Kubernetes Service (Amazon EKS)
## 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:** - **AWS Wavelength**: This service embeds AWS compute and storage services within telecommunications providers' 5G networks, but it does not provide container orchestration. - **Amazon Inspector**: This is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS, not a container orchestration service. - **AWS Copilot**: This is a command line interface (CLI) tool that makes it easier to build, release, and operate containerized applications on AWS, but it is not a container orchestration service itself - it works with services like ECS and Fargate.
Author: Ritesh Yadav
Ultimate access to all questions.
No comments yet.
A company wants to run its application by using containers on AWS. Which AWS services or tools will provide container orchestration? (Select TWO.)
A
Amazon Elastic Container Service (Amazon ECS)
B
AWS Wavelength
C
Amazon Inspector
D
Amazon Elastic Kubernetes Service (Amazon EKS)
E
AWS Copilot