nerdexam
Amazon

CLF-C02 · Question #575

Which AWS compute service automatically scales resources up or down to meet application workload demands?

The correct answer is D. AWS Lambda. AWS Lambda is a serverless compute service that automatically scales resources up or down based on the workload demand. It executes code only when triggered, and you pay only for the compute time consumed, making it highly scalable and cost-efficient for dynamic workloads.

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

Question

Which AWS compute service automatically scales resources up or down to meet application workload demands?

Options

  • AAmazon Simple Queue Service (Amazon SQS)
  • BAmazon EC2
  • CAmazon Aurora
  • DAWS Lambda

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    5% (2)
  • D
    89% (34)

Explanation

AWS Lambda is a serverless compute service that automatically scales resources up or down based on the workload demand. It executes code only when triggered, and you pay only for the compute time consumed, making it highly scalable and cost-efficient for dynamic workloads.

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice