AWS Certified Cloud Practitioner — Question 295

A company is using AWS Lambda.

Which task is the company’s responsibility, according to the AWS shared responsibility model?

Answer options

Correct answer: D

Explanation

Under the AWS shared responsibility model for serverless services like AWS Lambda, AWS manages the physical infrastructure, virtualization layer, operating system, and runtime environment. The customer's responsibility is limited to writing secure code and configuring the resource, such as setting up function execution roles, memory allocation, and concurrency limits.