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
- A. Update the Lambda runtime language.
- B. Maintain the runtime environment.
- C. Maintain the networking infrastructure.
- D. Configure the resource.
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.