exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 69 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 69
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

A company needs to install an application in a Docker container.
Which AWS service eliminates the need to provision and manage the container hosts?

  • A. AWS Fargate
  • B. Amazon FSx for Windows File Server
  • C. Amazon Elastic Container Service (Amazon ECS)
  • D. Amazon EC2
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Bigbluee
Highly Voted 2 years, 7 months ago
Selected Answer: C
The answer is easier than You think. "Which AWS Service...." So we are looking for SERVICES in answers. Is AWS Fargate a service? NO. IT IS AN ENGINE within Elastic Container Service. And as the name states, ECS is a Service so this is the only possible answer. C
upvoted 75 times
et_learner
2 years, 1 month ago
AWS Fargate is a technology that you can use with Amazon ECS to run containers without having to manage servers or clusters of Amazon EC2 instances. With Fargate, you no longer have to provision, configure, or scale clusters of virtual machines to run containers. This removes the need to choose server types, decide when to scale your clusters, or optimize cluster packing.
upvoted 3 times
...
Testeurtest
2 years, 5 months ago
yes, but no ECS : service to build and run Docker containers Fargate : Serverless version for ECS/EKS. Running ECS or EKS without managing the infrastructure hosting your containers > so Fargate is ECS eliminating the needs to build and manage
upvoted 27 times
Bigbluee
2 years, 3 months ago
So let's look all together on listed AWS SERVICES. COPY PASTE FROM AWS CONSOLE 1. Containers - ECR - Easily store, manage, and deploy container images - EKS - The most trusted way to run Kubernetes - Elastic Container Service - Highly secure, reliable, and scalable way to run containers Does anyone see FARGATE (Answer A) here ? No ? Does anyone see ECS (Answer C) here? Yes ? So the answer is obvious.
upvoted 8 times
abhijitxp
1 year, 10 months ago
Please read the question - "Which AWS service eliminates the need to provision and manage the container hosts?" Does ECS eliminate the need to provision and manage the container hosts? NO. Answer is clearly A - Fargate. Not sure why is there even a confusion in the first place.
upvoted 12 times
...
...
...
mhpmyt7
1 year, 10 months ago
I think you are looking at it from the wrong perspective, although I understand that the question is tricky. Yes, the question did mention "Service" but NOT "Services" AND ALSO, the NEED here is "to INSTALL APPLICATION IN A DOCKER CONTAINER (The Container should be existing already)". Amazon Elastic Container Service --> Run highly secure, reliable, and scalable containers. Launch containers on AWS at scale without worrying about the underlying infrastructure. AWS Fargate --> Serverless computing for (already running) containers. Deploy and manage your applications, not infrastructure (containers, ECS). The answer is clearly NOT C but A (Fargate)
upvoted 8 times
...
pedrolaez
1 year, 9 months ago
The key to understanding the question is the phrase "eliminates the need to provision and manage the container hosts." While Amazon Elastic Container Service (ECS) is a highly scalable, high-performance container orchestration service that does support Docker containers, using ECS by itself doesn't eliminate the need to provision and manage the container hosts -- the underlying EC2 instances on which the containers run. If you use ECS without Fargate, you still need to choose and provision the EC2 instances for your clusters, and manage their scaling. In contrast, if you choose AWS Fargate to run your ECS tasks, AWS manages the underlying EC2 instances for you. You don't need to provision, patch, monitor, or manage these servers, and you don't need to worry about scaling the underlying infrastructure to meet your workloads.
upvoted 17 times
...
...
SmartLearner
Highly Voted 2 years, 5 months ago
Selected Answer: A
https://aws.amazon.com/ecs/ Optimize your time with AWS Fargate serverless compute for containers, which eliminates the need to configure and manage control plane, nodes, and instances. https://aws.amazon.com/fargate/ Deploy and manage your applications, not infrastructure. Fargate removes the operational overhead of scaling, patching, securing, and managing servers.
upvoted 20 times
...
Hari012
Most Recent 2 months, 3 weeks ago
Selected Answer: A
AWS Fargate is a serverless compute engine provided by Amazon Web Services (AWS) that allows you to run containers without managing the underlying infrastructure.
upvoted 1 times
...
sonaljain
4 months ago
Selected Answer: A
AWS Fargate
upvoted 1 times
...
wjlee17
10 months, 3 weeks ago
Selected Answer: A
Fargate. It is.
upvoted 1 times
...
Wesley_rs99
11 months, 3 weeks ago
Selected Answer: A
This site explains well why it is not alternative C: https://techcertificationhelp.com/cloud-practitioner/a-company-needs-to-install-an-application-in-a-docker-container-which
upvoted 1 times
...
Sausainis
1 year, 2 months ago
Selected Answer: C
Answer is ECS, because Fargate is a compute engine FOR (but it is NOT) container orchestration services, and ECS is container orchestration service.
upvoted 1 times
...
Skashyap19
1 year, 5 months ago
Selected Answer: B
so right answer is because Fargate is serverless and no need to provision.
upvoted 1 times
...
med_dernoun
1 year, 6 months ago
Selected Answer: A
Farget: You do not provision the infrastructure (no EC2 instances to manage) – simpler!
upvoted 1 times
...
FredSekeres
1 year, 6 months ago
Selected Answer: A Udemy Tutorial: AWS Certified Cloud Practitioner By Stéphane Maarek AWS Certified Cloud Practitioner Slides v22.pdf -> ECS - You must provision & maintain the infrastructure (the EC2 instances)
upvoted 1 times
...
sreenij
1 year, 7 months ago
Selected Answer: A
AWS FARGATE IS MANAGED SERVICE
upvoted 1 times
...
Oripresa
1 year, 7 months ago
Selected Answer: A
para mi la A es la que mas sentido tiene
upvoted 1 times
...
NEPU
1 year, 7 months ago
FARGATE
upvoted 1 times
...
JawZ
1 year, 7 months ago
ECS is the answer stop kidding yourselves. go read and understand the documentations well
upvoted 2 times
...
darthJorge
1 year, 7 months ago
Selected Answer: A
Fargate es lo correcto.
upvoted 1 times
...
tinkai2
1 year, 7 months ago
AWS Fargate is a serverless compute engine that lets you run containers without having to manage servers or clusters of Amazon EC2 instances. With Fargate, you specify the amount of CPU and memory you need, and Amazon ECS takes care of the rest. This means that you don't have to worry about provisioning or scaling EC2 instances, or managing Docker images. ECS is a fully managed container orchestration service that gives you more control over the underlying infrastructure. With ECS, you can choose the type of EC2 instances to use, and you can manage the scaling of your clusters. This gives you more flexibility, but it also means that you have more responsibility for managing the infrastructure.
upvoted 1 times
...
Lunawxh
1 year, 8 months ago
Selected Answer: A
You must provision & maintain the infrastructure (the EC2 instances) for ECS
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago