ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

526 / 690

Question 526:

You are building up a Lambda function that runs periodically and processes the data stored in a DynamoDB table. As the data in the DynamoDB table grows fast, you need to estimate the cost of the Lambda function. Which of the following factors directly determine the monthly cost of Lambda? (Select TWO.)

Answer options:

A.The programming language used by the Lambda function.
B.The Lambda function handler.
C.The memory allocated to the Lambda function.
D.The timeout value of the Lambda function.
E.The total number of requests for the Lambda function.