AWS Certified Cloud Practitioner — Question 669

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

Answer options

Correct answer: D

Explanation

AWS Lambda is a serverless compute service that automatically scales by running code in response to each trigger, seamlessly managing the underlying compute resources. While Amazon EC2 can scale, it requires manual configuration of Auto Scaling groups, and Amazon Aurora and Amazon SQS are database and messaging services rather than compute services.