Exam: AWS Certified Cloud Practitioner 0 Likes
Under the AWS shared responsibility model, which task is the customer (CLF-C02)
Under the AWS shared responsibility model, which task is the customer's responsibility when managing AWS Lambda functions?
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
Solution
Correct answer: A. Creating versions of Lambda functions.
Under the AWS shared responsibility model, the customer is responsible for creating versions of Lambda functions. This is because the customer has control over the code and configuration of their Lambda functions.
Here's why the other options are incorrect:
B. Maintaining server and operating systems is not applicable to AWS Lambda, as it is a serverless service.
C. Scaling Lambda resources according to demand is handled automatically by AWS Lambda.
D. Updating the Lambda runtime environment is the responsibility of AWS, as it is part of the underlying infrastructure.
Category: Security and compliance in the AWS cloud