exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 630 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 630
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

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? (Choose two.)

  • A. Patch the servers where the Lambda functions are deployed.
  • B. Establish the IAM permissions that define who can run the Lambda functions.
  • C. Write the code for the Lambda functions to define the application logic.
  • D. Deploy Amazon EC2 instances to support the Lambda functions.
  • E. Scale out the Lambda functions when the load increases.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pranava_GCP
2 years, 1 month ago
Selected Answer: BC
AWS Lambda lets you run code without provisioning or managing servers. With serverless computing, your application still runs on servers, but all the server management is done by AWS. At the core of serverless computing is AWS Lambda, which lets you run your code without provisioning or managing servers. https://aws.amazon.com/lambda/faqs/
upvoted 3 times
...
RajithaR
2 years, 5 months ago
Selected Answer: BC
B. Establish the IAM permissions that define who can run the Lambda functions. C. Write the code for the Lambda functions to define the application logic.
upvoted 2 times
...
alexandercamachop
2 years, 5 months ago
Selected Answer: BC
BC as the others are AWS responsibilities.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...