AWS Certified Cloud Practitioner (CLF-C02) — Question 606
What is a customer responsibility under the AWS shared responsibility model when using AWS Lambda?
Answer options
- 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.
Correct answer: C
Explanation
AWS Lambda is a serverless service where AWS manages the underlying infrastructure, including hardware, server software, and network configuration. The customer remains responsible for the security and management of their own application code, configuration, and any runtime libraries packaged within their functions. Therefore, options A, B, and D are incorrect as they represent infrastructure layers fully managed by AWS.