Practice free →
HomeAWS Cloud PractitionercloudcomputingCloud Computing Fundamentals › AWS Lambda is best described as which cloud comp…

AWS Lambda is best described as which cloud computing model?

AInfrastructure-as-a-Service (IaaS)
BFunction-as-a-Service or Serverless
CContainer orchestration platform
DPlatform-as-a-Service (PaaS)
Answer & Solution
Correct answer: B. Function-as-a-Service or Serverless
AWS Lambda runs your code without you provisioning or managing servers. You pay per invocation. This is Function-as-a-Service (FaaS), commonly called serverless computing.
Solve this in the app — AWS Cloud Practitioner practice & 24k+ MCQs →
Related questions