A shared file system for lambda functions
aws.amazon.com
A shared file system for lambda functions
1–10 of 113 posts
Re: A shared file system for lambda functions
#2Is anybody using Lambda to run huge MapReduce jobs? Do people still use Hadoop?
Doesn't this basically just let you have something like HDFS for running large distributed computations with some shared state, without having to reach for S3 or redis?
Re: A shared file system for lambda functions
#3Re: A shared file system for lambda functions
#4Re: A shared file system for lambda functions
#5Can we please change the title? I was really afraid that AWS might have lost it and called the new file system "new", which must be the least practical name for anything from an SEO standpoint.
> AWS Lambda functions can now mount an Elastic File System
from the opening paragraph.
Re: A shared file system for lambda functions
#6Can we please change the title? I was really afraid that AWS might have lost it and called the new file system "new", which must be the least practical name for anything from an SEO standpoint.
Re: A shared file system for lambda functions
#7Can we please change the title? I was really afraid that AWS might have lost it and called the new file system "new", which must be the least practical name for anything from an SEO standpoint.
Re: A shared file system for lambda functions
#8I've found EFS enticing in theory but painfully slow and riddled with issues in practice. In the past I've tried it thinking "it's basically an EBS volume I can mount on > 1 EC2 instance," only to find terrible read performance and misc. low-level NFS errors.
1: https://aws.amazon.com/about-aws/whats-new/2020/04/amazon-el...
Re: A shared file system for lambda functions
#9Pretty sweet. Is anybody using Lambda to run huge MapReduce jobs? Do people still use Hadoop? Doesn't this basically just let you have something like HDFS for running large distributed computations with some shared state, without having to reach for S3 or redis?
Re: A shared file system for lambda functions
#10Can we please change the title? I was really afraid that AWS might have lost it and called the new file system "new", which must be the least practical name for anything from an SEO standpoint.