What is the difference between Amazon-WEB-SERVICES – AWS EFS and S3?

AWS released a new flexible file system this week. See http://aws.amazon.com/efs/
This page does not contain many details. I want to know how it relates to The performance compared to S3, and other differences.
You can hardly compare EFS and S3, because they are two very Different things, even if their functions have some overlap, or at least their obvious functions.

They all store things, and they all have a storage pricing model that scales linearly over time.

/p>

But S3 is an object storage with an HTTP interface and a hybrid consistency model….

…Although EFS is an actual file system with an NFS interface, it is almost certain to provide instant Consistency.

S3, combined with utilities such as s3fs, can be used in a way that imitates the file system, but it cannot be run in various ways like the actual file system.

View One way of EFS is that it is the answer to a question, “How to attach an EBS volume to multiple instances at the same time?” Of course, the previous answer is, “You can’t do it.” You can install it on any instance exposed by EFS File system, the results should be very similar to the results you see when you have a “shared volume”.

Compared with S3, its performance is not really a fair comparison, because they are for different purposes The difference, but EFS will almost undoubtedly be “faster” by any meaningful definition of the word.

In addition, in order to install the EFS file system on a Linux system, no software is required.

AWS released a new flexible file system this week. See http://aws.amazon.com/efs/
This page does not contain many details. I Want to know its performance compared to S3, and other differences.

You can hardly compare EFS and S3, because they are two very different things, even though their functions There is some overlap, or at least their obvious functions.

They all store things, and they all have a storage pricing model that scales linearly over time.

But S3 It is an object storage with an HTTP interface and a hybrid consistency model…

…Although EFS is an actual file system with an NFS interface, it almost certainly provides instant consistency.

< p>S3, combined with utilities such as s3fs, can be used in a way that imitates the file system, but it cannot be used like an actual file The system operates in various ways like that.

One way to view EFS is that it is the answer to a question, “How to attach EBS volumes to multiple instances at the same time? “Of course, the previous answer is, “You can’t do it.” You can install the file system exposed by EFS on any instance, and the result should be very similar to the result you see when you have a “shared volume”.

Compared with S3, its performance is not really a fair comparison, because they are different for different purposes, but EFS will almost undoubtedly be “faster” by any meaningful definition of the word .

In addition, in order to install the EFS file system on a Linux system, no software is required.

Leave a Comment

Your email address will not be published.