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.