
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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.
Explanation:
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.