
Answer-first summary for fast verification
Answer: Creating versions of Lambda functions
Under the AWS shared responsibility model, customers are responsible for the security of their code, the storage and accessibility of sensitive data, and identity and access management (IAM) to the Lambda service and within their function. This includes creating versions of Lambda functions, which is essential for managing and deploying different iterations of the function's code. AWS handles the underlying infrastructure, operating system, and runtime environment, as well as automatically scaling Lambda resources according to demand. Therefore, the correct answer is A, as creating versions of Lambda functions is a task that falls under the customer's responsibility.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the AWS shared responsibility model, what is considered a customer's task when managing AWS Lambda functions?
A
Creating versions of Lambda functions
B
Handling server and operating system maintenance
C
Managing the scaling of Lambda resources based on demand
D
Updating the runtime environment for Lambda functions
No comments yet.