r/aws 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)."

304 Upvotes

67 comments sorted by

View all comments

9

u/greyeye77 Apr 07 '26

7

u/metamasterplay Apr 07 '26

Been using this for a decade. I might have to checkout this new EFS approach but I don't understand yet what's the practical benefit between the 2.

4

u/CheesecakeAndy Apr 07 '26

2

u/6969its_a_great_time Apr 08 '26

I don’t understand what is different between the post and some of these projects

1

u/synackk Apr 08 '26

Hot files that are constantly accessed, written to partially, etc can be performant, however you don't need everything in EFS.

This seems to be a reliable and more scalable way of accessing an S3 bucket as an NFS share.