
Answer-first summary for fast verification
Answer: The code and libraries that run in the Lambda functions.
Under the AWS shared responsibility model: - **AWS is responsible for**: Security **OF** the cloud - including the underlying hardware, networking infrastructure, virtualization layer, and server software for AWS Lambda - **Customer is responsible for**: Security **IN** the cloud - including the code, libraries, and application logic that runs within Lambda functions The correct answer is C because customers maintain responsibility for their application code, dependencies, and configurations that execute within the Lambda runtime environment.
Author: Ritesh Yadav
Ultimate access to all questions.
What is a customer responsibility under the AWS shared responsibility model when using AWS Lambda?
A
Maintenance of the underlying Lambda hardware.
B
Maintenance of the Lambda networking infrastructure.
C
The code and libraries that run in the Lambda functions.
D
The Lambda server software.
No comments yet.