An online education platform is deploying a new serverless application using AWS Lambda functions. Under the AWS Shared Responsibility Model, which of the following tasks is the responsibility of the customer?
- AUpdating the host operating system and patching runtime environments for the Lambda function.
- BRequesting AWS Support to prepare and email the SOC 2 compliance reports for the physical hosting infrastructure.
- Configuring the Identity and Access Management (IAM) execution role and access policies for the Lambda function.Answer
- DManaging the physical security and decommissioning of the storage media hosting the serverless code.
Answer
Configuring the Identity and Access Management (IAM) execution role and access policies for the Lambda function.
Configuring the IAM execution role and access policies is a customer responsibility under security 'in' the cloud. The customer must define permissions to ensure the function only accesses the resources it requires (least privilege rule).
Step-by-Step Solution
Key Concept
Shared Responsibility Model for Serverless Services
Estimated Time:1m 30s