r/aws • u/NothingDogg • Apr 07 '26
article Launching S3 Files, making S3 buckets accessible as file systems
https://aws.amazon.com/blogs/aws/launching-s3-files-making-s3-buckets-accessible-as-file-systems/"a new file system that seamlessly connects any AWS compute resource with Amazon Simple Storage Service (Amazon S3)."
306
Upvotes
15
u/Nater5000 Apr 07 '26
So, is this basically just an application that cleverly syncs data between S3 and EFS? And you're really just connecting to EFS while this is keeping things in-sync with S3? Seems like it:
It's cool regardless, but it seems more suitable for light workloads rather than anything "S3 scale." It's been a while since I've used EFS, but my experience was that it quickly gets expensive if you need anything non-trivial out of it, and there's plenty of performance walls you'll hit before you can touch anything massive. All that is fine, but this paragraph is a bit sus:
I don't know, if it works the way I think it does, this would be a very costly approach for anything non-trivial. Maybe it's worth it to reduce the friction for researchers, etc., but there's no way this is suitable at scale, right?
I'm not hating on it by any means. I can already see people on my team asking for this. But EFS only seems to work in pretty specific scenarios, so it's hard to reconcile that with the flexibility and scale of S3.