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

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.