AWS Certified Cloud Practitioner (CLF-C02) — Question 63
What is a customer responsibility when using AWS Lambda according to the AWS shared responsibility model?
Answer options
- A. Managing the code within the Lambda function
- B. Confirming that the hardware is working in the data center
- C. Patching the operating system
- D. Shutting down Lambda functions when they are no longer in use
Correct answer: A
Explanation
The correct answer is A because customers are responsible for managing the code they deploy within AWS Lambda functions. Options B and C are incorrect as AWS manages the underlying hardware and operating system for Lambda. Option D, while a best practice, is not a defined customer responsibility in the shared responsibility model.