AWS Certified Cloud Practitioner — Question 203

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

The company is responsible for writing the business logic code (C) as it directly pertains to their application requirements. Additionally, providing AWS Identity and Access Management (IAM) access to the Lambda service (E) is also their responsibility to ensure secure access. The management of the underlying infrastructure (A), operating system (B), and installation of the computer language runtime (D) are tasks managed by AWS.