Home › B.Tech Cloud Computing › cloudcomputing › cloudfundamentals › Which combination correctly identifies what is g…
Which combination correctly identifies what is generally serverless and what isn't?
AAll VMs are serverless by definition
BAWS Lambda / Azure Functions / Cloud Run / Cloud Functions are serverless; a long-running EC2 / Compute Engine / Azure VM you provision yourself is not
COnly on-premises servers are serverless
DContainer runtimes are never serverless
Answer & Solution
Correct answer: B. AWS Lambda / Azure Functions / Cloud Run / Cloud Functions are serverless; a long-running EC2 / Compute Engine / Azure VM you provision yourself is not
Serverless = the provider hides server management; the customer pays per execution / per request. Lambda / Functions / Cloud Run match. Self-provisioned VMs are explicitly NOT serverless — you manage them.
Related questions
What is the conceptual difference between a Container and a Virtual Machine?Which shared-responsibility statement is correct across nearly every public cloud (AWS, AzWhich architectural property describes a system that continues operating correctly even whWhich cloud benefit BEST captures the move from buying physical servers up-front to payingA region in cloud terminology refers to:An on-demand pay-as-you-go pricing model in the cloud encourages which architectural patteHorizontal scaling (scale-out) differs from vertical scaling (scale-up) primarily because:Which combination correctly maps each cloud service model to who is responsible for managi