Under the AWS shared responsibility model, which tasks will be the company’s responsibility?
(Choose two.)
Management of the underlying infrastructure.
Management of the operating system.
Writing the business logic code.
Installation of the computer language runtime.
Providing AWS Identity and Access Management (IAM) access to the Lambda service.
Explanations:
AWS is responsible for managing the underlying infrastructure for Lambda functions, including servers and networking.
AWS manages the operating system for Lambda, including patching and maintenance.
The company is responsible for writing the business logic code that runs within the Lambda function.
AWS Lambda automatically provides the runtime environment for supported languages, so the company is not responsible for installing the runtime.
The company is responsible for managing IAM roles and permissions to control access to Lambda functions and other AWS resources.