AWS Certified Cloud Practitioner (CLF-C02) — Question 501

A company wants to build an application that uses AWS Lambda to run Python code.

Under the AWS shared responsibility model, which tasks will be the company’s responsibility? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Under the AWS shared responsibility model for serverless services like AWS Lambda, AWS manages the underlying infrastructure, operating system, and runtime environments. The customer remains responsible for developing their own application code (business logic) and managing access control through AWS Identity and Access Management (IAM).