Skip to content
Discussion options

You must be logged in to vote

S3 Files is much closer to "a synchronisation service between EFS and S3", it literally is EFS under the hood (same pricing for the hot tier), with S3 as the backing store. So it's not really a "filesystem on top of S3" the way ZeroFS is.

Compared to ZeroFS it'll always be more expensive (you pay EFS surcharge on top of S3 for any hot data), and it only runs on AWS compute. Performance-wise, I expect it to behave like EFS for cached data and much slower for data that is not cached. See https://www.zerofs.net/zerofs-vs-aws-efs

Also worth noting: writes to S3 Files don't get S3's durability guarantees immediately, they land on the EFS tier first and sync to S3 asynchronously (AWS says "with…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by norpol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #406 on May 14, 2026 16:54.