Amazon Web Services AWS Certified Developer - Associate DVA-C02 Question # 45 Topic 5 Discussion

Amazon Web Services AWS Certified Developer - Associate DVA-C02 Question # 45 Topic 5 Discussion

DVA-C02 Exam Topic 5 Question 45 Discussion:
Question #: 45
Topic #: 5

A developer created an AWS Lambda function to process data in an application. The function pulls large objects from an Amazon S3 bucket, processes the data, and loads the processed data into a second S3 bucket. Application users have reported slow response times. The developer checks the logs and finds that Lambda function invocations run much slower than expected. The function itself is simple and has a small deployment package. The function initializes quickly. The developer needs to improve the performance of the application. Which solution will meet this requirement with the LEAST operational overhead?


A.

Store the data in an Amazon EFS file system. Mount the file system to a local directory in the function.


B.

Create an Amazon EventBridge rule to schedule invocations of the function every minute.


C.

Configure the function to use ephemeral storage. Upload the objects and process data in the /tmp directory.


D.

Create a Lambda layer to package the function dependencies. Add the layer to the function.


Get Premium DVA-C02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.