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
- 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 (1AM) access to the Lambda service.
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.