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 (1AM) access to the Lambda service.
Explanations:
The management of the underlying infrastructure is AWS’s responsibility in the shared model.
Management of the operating system is also AWS’s responsibility, as Lambda abstracts this layer.
Writing the business logic code is the company’s responsibility as it pertains to application development.
Installation of the computer language runtime is managed by AWS Lambda; it provides the environment needed to run code.
Providing AWS Identity and Access Management (IAM) access to the Lambda service is the company’s responsibility to control permissions.