Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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?
A
Attach the EBS volume to the Lambda function's execution environment using the AWS Management Console.
B
Use the EC2 API to attach the EBS volume to the Lambda function's execution environment.
C
Mount the EBS volume within the Lambda function's code using the appropriate file system commands.
D
Lambda functions cannot mount EBS volumes; use an S3 bucket instead.