
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the following services is a serverless compute service in AWS.
A
AWS EC2
B
AWS Config
C
AWS Lambda
D
AWS Opswork
Explanation:
AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. It automatically scales and executes code only when needed, from a few requests per day to thousands per second. In contrast:
AWS EC2 requires manual server provisioning and management
AWS Config is a configuration management service
AWS Opswork is a configuration management service for Chef and Puppet
AWS Lambda follows the serverless computing model where you only pay for the compute time you consume.