AWS Certified Cloud Practitioner (CLF-C02) — Question 688
A company wants to run its application's code without having to provision and manage servers.
Which AWS service will meet this requirement?
Answer options
- A. AWS Glue
- B. AWS Lambda
- C. AWS CodeDeploy
- D. Amazon CodeGuru
Correct answer: B
Explanation
AWS Lambda is a serverless compute service that executes application code in response to events without requiring server provisioning or management. In contrast, AWS Glue is used for serverless data integration, AWS CodeDeploy automates application deployments, and Amazon CodeGuru provides automated code reviews.