Concepedia

Publication | Closed Access

Peeking behind the curtains of serverless platforms

290

Citations

17

References

2018

Year

TLDR

Serverless computing delegates resource provisioning and scaling to third‑party services such as AWS Lambda, Azure Functions, and Google Cloud Functions, yet the underlying infrastructure and management ecosystems remain opaque and complex. The study launches over 50,000 function instances across these three platforms to characterize their architectures, performance, and resource‑management efficiency from a customer perspective. The authors launch and monitor function instances, explain account isolation via virtual machines or containers, and measure scalability, cold‑start latency, and resource efficiency across the platforms. The study finds that AWS Lambda uses a bin‑packing strategy to maximize VM memory, that severe contention can occur in AWS and Azure, and that Google Cloud Functions contains bugs permitting free resource usage.

Abstract

Serverless computing is an emerging paradigm in which an application's resource provisioning and scaling are managed by third-party services. Examples include AWS Lambda, Azure Functions, and Google Cloud Functions. Behind these services' easy-to-use APIs are opaque, complex infrastructure and management ecosystems. Taking on the viewpoint of a serverless customer, we conduct the largest measurement study to date, launching more than 50,000 function instances across these three services, in order to characterize their architectures, performance, and resource management efficiency. We explain how the platforms isolate the functions of different accounts, using either virtual machines or containers, which has important security implications. We characterize performance in terms of scalability, coldstart latency, and resource efficiency, with highlights including that AWS Lambda adopts a bin-packing-like strategy to maximize VM memory utilization, that severe contention between functions can arise in AWS and Azure, and that Google had bugs that allow customers to use resources for free.

References

YearCitations

Page 1