QuestionQ124

Content Domain 3: Cloud Technology and Services

A company wants to use a serverless compute service for an application.

Which AWS service will meet this requirement?

  • A AWS Lambda
  • B AWS CloudFormation
  • C AWS Elastic Beanstalk
  • D Elastic Load Balancing
Explanation

AWS Lambda is the primary serverless compute service—it executes code without requiring server provisioning or management. CloudFormation is an infrastructure templating service, Elastic Beanstalk is a platform-as-a-service for web applications, and Elastic Load Balancing handles request distribution.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!