LeetQuiz Logo
About•Privacy Policy•contact@leetquiz.com
RedditX
© 2025 LeetQuiz All rights reserved.
AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Get started today

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.)

Real Exam
Community
RRitesh




Explanation:

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.
Powered ByGPT-5

Comments

Loading comments...