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
- A. Management of the underlying infrastructure.
- B. Management of the operating system.
- C. Writing the business logic code.
- D. Installation of the computer language runtime.
- E. Providing AWS Identity and Access Management (IAM) access to the Lambda service.
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).