Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Cloud Practitioner CLF-C02 All Questions

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

Exam AWS Certified Cloud Practitioner CLF-C02 topic 1 question 121 discussion

A company plans to deploy containers on AWS. The company wants full control of the compute resources that host the containers. Which AWS service will meet these requirements?

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

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
chalaka
Highly Voted 7 months ago
Selected Answer: C
C. Amazon EC2 Amazon EC2 (Elastic Compute Cloud) provides resizable compute capacity and allows you to have full control over the underlying infrastructure. With EC2, you can launch instances and deploy containers on them using container orchestration tools like Docker or Kubernetes while retaining control over the configuration, scaling, and management of the underlying virtual servers. This option provides the flexibility and control needed for managing compute resources directly.
upvoted 5 times
...
KeeRee
Most Recent 1 week ago
Selected Answer: C
For full control over your compute environment, choose to run your containers on "Amazon Elastic Compute Cloud (EC2)".
upvoted 1 times
...
AravindrajG
1 month, 3 weeks ago
Selected Answer: C
Keyword: The company wants full control of the compute resources that host the containers. The container should be run by using compute resource, so here EC2 is a only compute resource. Answer is C. Amazon EC2
upvoted 1 times
...
MUTA
5 months, 2 weeks ago
To deploy containers on AWS while maintaining full control over the compute resources that host the containers, the company should use Amazon Elastic Kubernetes Service (EKS) with self-managed nodes or Amazon Elastic Container Service (ECS) with self-managed EC2 instances.
upvoted 2 times
...
moadabdou
6 months ago
Selected Answer: C
Full control is the key word.
upvoted 2 times
...
clermagic224
6 months, 1 week ago
Selected Answer: C
Full control is the key word.
upvoted 1 times
...
chalaka
7 months, 1 week ago
Full control is the key word. ECS is managed container service, no control over compute by customer, all managed by AWS
upvoted 2 times
...
Deepu_Ahuja
8 months, 1 week ago
Selected Answer: C
Full control is the key word. ECS is managed container service, no control over compute by customer, all managed by AWS
upvoted 1 times
...
bd009999
9 months, 2 weeks ago
Selected Answer: C
Full control is the key word. ECS is managed container service, no control over compute by customer, all managed by AWS
upvoted 4 times
...
LinuxChamp
9 months, 2 weeks ago
C = CORRECT
upvoted 1 times
...
BobFar
9 months, 2 weeks ago
Answer: C. Amazon EC2 Fargate: for serverless compute for containers, where AWS will manage your infrastructure provisioning. EC2: For full control over your compute environment. Amazon Elastic Container Service or Amazon Elastic Kubernetes Service: For container orchestrators.
upvoted 2 times
...
James_Srm
9 months, 2 weeks ago
Selected Answer: C
C. Amazon EC2 Here's why: Requirement: Full control over compute resources for container deployment. Service Features: EC2: Provides virtual machines (VMs) where users have complete control over configuration, resource allocation, and management. EKS: A managed Kubernetes service, not offering direct control over underlying compute resources. Fargate: Serverless container platform within ECS, where resources are managed by AWS. ECS: Offers both managed and unmanaged options (EC2 Launch Type), but the EC2 Launch Type provides full control over compute resources. Therefore, only EC2 allows complete user control over the VMs hosting the containers, fulfilling the company's specific need
upvoted 2 times
...
Cjroblese
9 months, 3 weeks ago
Selected Answer: D
Amazon Elastic Container Service (ECS) is a fully managed container orchestration service that helps you to more efficiently deploy, manage, and scale containerized applications. It deeply integrates with the AWS environment to provide an easy-to-use solution for running container workloads in the cloud and on premises with advanced security features using Amazon ECS Anywhere.
upvoted 1 times
...
Naj_64
10 months ago
Selected Answer: D
ECS for sure. Below is an excerpt from the doc: "For full control over your compute environment, choose to run your containers on Amazon Elastic Compute Cloud (EC2)" https://aws.amazon.com/containers/
upvoted 3 times
BobFar
9 months, 2 weeks ago
In the link that you shared it's also mentioned EC2 "For full control over your compute environment, choose to run your containers on Amazon Elastic Compute Cloud (EC2)"
upvoted 1 times
...
etrop
10 months ago
First EC2 is not ECS so this cannot be accurate. Second for this who picked EC2 im not so sure check this out: https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html Main points are: Provide bootstrap arguments at deployment of a node, such as extra kubelet arguments. Assign IP addresses to Pods from a different CIDR block than the IP address assigned to the node. Deploy your own custom AMI to nodes. Deploy your own custom CNI to nodes. That’s basically full control, you can use your own custom AMIs and also control all the other features so basically EKS should be the correct answer here.
upvoted 1 times
...
...
Annkurrrr
10 months, 1 week ago
Selected Answer: C
Services like ECS and EKS provide managed orchestration of containers but the underlying compute is abstracted away. With EC2, the company can choose the instance types, availability zones, security groups etc as per their needs.
upvoted 1 times
etrop
10 months ago
Not really though with EKS you can login to the systems and you can provide your own images so actually you do have full control of the compute it’s the backplane that is taken care of. Yes a lot of stuff gets automated on those node systems but to say you don’t have full control of them isn’t accurate.
upvoted 1 times
...
...
BShelat
10 months, 2 weeks ago
Selected Answer: C
"AWS Container services" section on following link explains use cases for different AWS services very well. Company can have full control of the compute resources that hosts the containers through Amazon EC2. https://aws.amazon.com/containers/
upvoted 3 times
...
jazkhan
10 months, 2 weeks ago
Selected Answer: C
Full control on computer resources.
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 ...