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.
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)- A3% (1)
- B3% (1)
- C5% (2)
- D89% (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.