Question 201:
In serverless services such as AWS Lambda, what are the implications of the Shared Responsibility Model?
Answer options:
A.Amazon has overall responsibility for the infrastructure, including IAM roles and identities that can invoke functions. B.The user is responsible for the security and access to the instances that handle the compute capacity. C.Amazon is responsible for any malicious code written in the IDE and can terminate any rogue activity. D.The user is responsible for IAM roles and identities that can invoke the AWS Lambda functions.