nerdexam
Amazon

CLF-C02 · Question #218

Which AWS service provides serverless compute for use with containers?

The correct answer is B. AWS Fargate. AWS Fargate is the serverless compute engine designed to run containers without the need to provision or manage servers.

Submitted by suresh_in· Mar 6, 2026Cloud Technology and Services

Question

Which AWS service provides serverless compute for use with containers?

Options

  • AAmazon Simple Queue Service (Amazon SQS)
  • BAWS Fargate
  • CAWS Elastic Beanstalk
  • DAmazon SageMaker

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    93% (37)
  • D
    5% (2)

Why each option

AWS Fargate is the serverless compute engine designed to run containers without the need to provision or manage servers.

AAmazon Simple Queue Service (Amazon SQS)

Amazon SQS is a message queuing service and does not provide compute for containers.

BAWS FargateCorrect

AWS Fargate provides serverless compute capacity for Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS), allowing users to run containers without managing the underlying EC2 instances.

CAWS Elastic Beanstalk

AWS Elastic Beanstalk is a Platform as a Service (PaaS) for deploying web applications, which can utilize containers but is not a serverless container compute service itself.

DAmazon SageMaker

Amazon SageMaker is a machine learning service, not a general-purpose serverless compute service for containers.

Concept tested: Serverless container compute services

Source: https://aws.amazon.com/fargate/

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice