ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 125 - CLF-C02 discussion

Report
Export

A company is using AWS Lambda functions to build an application.

Which tasks are the company's responsibility, according to the AWS shared responsibility model?

(Select TWO.)

A.
Patch the servers where the Lambda functions are deployed.
Answers
A.
Patch the servers where the Lambda functions are deployed.
B.
Establish the 1AM permissions that define who can run the Lambda functions.
Answers
B.
Establish the 1AM permissions that define who can run the Lambda functions.
C.
Write the code for the Lambda functions to define the application logic.
Answers
C.
Write the code for the Lambda functions to define the application logic.
D.
Deploy Amazon EC2 instances to support the Lambda functions.
Answers
D.
Deploy Amazon EC2 instances to support the Lambda functions.
E.
Scale out the Lambda functions when the load increases.
Answers
E.
Scale out the Lambda functions when the load increases.
Suggested answer: B, C

Explanation:

According to the AWS shared responsibility model, AWS is responsible for the security of the cloud, while the user is responsible for the security in the cloud. This means that AWS manages the security and maintenance of the underlying infrastructure, such as the servers, networks, and operating systems, while the user manages the security and configuration of the resources and applications that run on AWS. For AWS Lambda functions, the tasks that are the user's responsibility are:

Establish the IAM permissions that define who can run the Lambda functions. IAM is a service that enables users to manage access and permissions for AWS resources and users. Users can create IAM policies, roles, and users to grant or deny permissions to run Lambda functions, invoke other AWS services, or access AWS resources from Lambda functions. [AWS Lambda Permissions] AWS Certified Cloud Practitioner - aws.amazon.com

Write the code for the Lambda functions to define the application logic. Lambda functions are units of code that can be written in any supported programming language, such as Python, Node.js, Java, or Go. Users can write the code for the Lambda functions using the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS SDKs, or any code editor of their choice. Users can also use AWS Lambda Layers to share and manage common code and dependencies across multiple functions. [AWS Lambda Overview] AWS Certified Cloud Practitioner - aws.amazon.com

asked 16/09/2024
Anton Khodyakov
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first