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 272 discussion

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

A developer wants to deploy an application on a container-based service. The service must automatically provision and manage the backend instances. The service must provision only the necessary resources.
Which AWS service will meet these requirements?

  • A. Amazon EC2
  • B. Amazon Lightsail
  • C. Amazon Elastic Kubernetes Service (Amazon EKS)
  • D. AWS Fargate
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
NotMeAnyWay
Highly Voted 2 years, 4 months ago
Selected Answer: D
D. AWS Fargate Fargate is a serverless compute engine for containers that allows you to run containers without having to manage the underlying EC2 instances, this service automatically provisions and manages the resources required to run the containers. Fargate will only provision the necessary resources, like CPU and memory, for the containers, this feature ensures that the developer doesn't have to over-allocate resources and pay for resources they don't use. Amazon EC2, Amazon Lightsail, and Amazon Elastic Kubernetes Service (Amazon EKS) are other AWS services but they don't provide the automatic provisioning and management of backend instances, this feature is only available on AWS Fargate. Amazon EC2 is a web service that provides resizable compute capacity in the cloud. Amazon Lightsail is a fully managed service that makes it easy to launch and manage web applications and blogs. Amazon EKS is a managed service that makes it easy to deploy, scale, and operate containerized applications using Kubernetes.
upvoted 18 times
...
zoeyaj
Highly Voted 2 years, 9 months ago
Selected Answer: C
https://aws.amazon.com/eks/ Fargate isn't container, and it doesn't require any provision.
upvoted 16 times
et_learner
2 years, 2 months ago
Wrong!!!, Please note the stem 'The service must automatically provision and manage the backend instances. '
upvoted 7 times
...
koyelchatt
2 years, 8 months ago
Yes, C seems to be the answer
upvoted 3 times
...
...
LinuxChamp
Most Recent 1 year, 4 months ago
D = CORRECT
upvoted 1 times
...
ManikRoy
1 year, 4 months ago
Selected Answer: D
AWS Fargate --> Server less version of ECS/EKS
upvoted 1 times
...
fdsavds
1 year, 5 months ago
D Fargate • Launch Docker containers on AWS • You do not provision the infrastructure (no EC2 instances to manage) – simpler! • Serverless offering ECS • ECS = Elastic Container Service • Launch Docker containers on AWS • You must provision & maintain the infrastructure (the EC2 instances)
upvoted 2 times
...
Pranava_GCP
1 year, 10 months ago
Selected Answer: D
D. AWS Fargate
upvoted 1 times
...
man5484
1 year, 10 months ago
Selected Answer: D
AWS Fargate is a serverless compute engine for containers that allows you to run containers without having to manage the underlying infrastructure. With Fargate, you don't need to provision or manage EC2 instances. It automatically takes care of provisioning and managing the backend infrastructure to run your containers, so you only need to specify the necessary resources and configurations for your application.
upvoted 2 times
...
ESAJRR
1 year, 11 months ago
Selected Answer: D
D. AWS Fargate
upvoted 2 times
...
studynoplay
2 years, 2 months ago
Selected Answer: D
Fargate -- "automatically" provision
upvoted 2 times
...
et_learner
2 years, 2 months ago
Selected Answer: D
Anyone who choose C, please note the stem 'The service must automatically provision and manage the backend instances. '
upvoted 4 times
...
Vinayhasija
2 years, 2 months ago
Selected Answer: D
AWS Fargate is a compute engine that allows users to run containers without the need to manage the underlying infrastructure. It automatically provisions and manages the infrastructure needed to run the containers, including compute, storage, and networking resources. Users can specify the resources required for their containers, and AWS Fargate will provision only the necessary resources. This makes it an ideal service for deploying container-based applications that require automatic provisioning and management of backend instances.
upvoted 2 times
...
linux_admin
2 years, 3 months ago
Selected Answer: D
AWS Fargate is a serverless compute engine for containers that allows developers to run containers without managing the underlying EC2 instances. Fargate automatically provisions and manages the backend instances required to run the application in a scalable and cost-effective manner. It provisions only the necessary resources based on the application's resource requirements, and the developer only pays for the resources that are actually used
upvoted 2 times
...
RajithaR
2 years, 3 months ago
Selected Answer: D
AWS Fargate
upvoted 3 times
...
Momo2023
2 years, 3 months ago
AWS Fargate will meet these requirements because it is a serverless compute engine for containers that automatically manages the scaling and provisioning of the underlying infrastructure based on the defined resource requirements of the application. It abstracts the infrastructure layer and automatically allocates the necessary resources.
upvoted 2 times
...
Momo2023
2 years, 3 months ago
A developer wants to deploy an application on a container-based service. The service must automatically provision and manage the backend instances. The service must provision only the necessary resources. Which AWS service will meet these requirements? A. Amazon EC2 B. Amazon Lightsail C. Amazon Elastic Kubernetes Service (Amazon EKS) D. AWS Fargate
upvoted 1 times
...
Momo2023
2 years, 3 months ago
A developer wants to deploy an application on a container-based service. The service must automatically provision and manage the backend instances. The service must provision only the necessary resources. Which AWS service will meet these requirements? A. Amazon EC2 B. Amazon Lightsail C. Amazon Elastic Kubernetes Service (Amazon EKS) D. AWS Fargate
upvoted 1 times
...
noahsark
2 years, 3 months ago
Selected Answer: D
AWS Fargate AWS Fargate is a serverless, pay-as-you-go compute engine that lets you focus on building applications without managing servers. AWS Fargate is compatible with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). https://aws.amazon.com/fargate/
upvoted 2 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 ...