Solved

A Company Is Running an Application Built on AWS Lambda

Question 8

Multiple Choice

A company is running an application built on AWS Lambda functions. One Lambda function has performance issues when it has to download a 50MB file from the Internet in every execution. This function is called multiple times a second. What solution would give the BEST performance increase?


A) Cache the file in the /tmp directory
B) Increase the Lambda maximum execution time
C) Put an Elastic Load Balancer in front of the Lambda function
D) Cache the file in Amazon S3

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions