AWS Certified Cloud Practitioner — Question 11
Under the AWS shared responsibility model, which task is the customer's responsibility when managing AWS Lambda functions?
Answer options
- A. Creating versions of Lambda functions
- B. Maintaining server and operating systems
- C. Scaling Lambda resources according to demand
- D. Updating the Lambda runtime environment
Correct answer: A
Explanation
The correct answer is A, as customers are responsible for managing the code and versions of their Lambda functions. Options B and D are incorrect because AWS manages the infrastructure and runtime environment for Lambda, while option C is also AWS's responsibility, as they handle the scaling of resources.