LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Data Engineer - Associate

AWS Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


You need to mount an EBS volume to an AWS Lambda function to store intermediate data during processing. Which of the following steps would you take to achieve this?

Simulated



Explanation:

While Lambda functions do not natively support mounting EBS volumes, you can mount an EBS volume within the Lambda function's code using file system commands if the Lambda function is running in a VPC and has the necessary permissions.

Powered ByGPT-5