X

Amazon launches “Elastic File System” service on AWS ; an alternative to NFS

In an summit held in San Francisco, Amazon announced the launch of new Storage service called Amazon Elastic File System (EFS) which provides a common file system for multiple EC2 servers. EFS is seeing by the AWS users community as an efficient way to utilize the feature of NFS (Network File Storage) on Amazon Web Services Stack

EFS Features

Technical Specification

How to access a file system from an instance

Mount  –t nfs4  [file system DNS name]:/    /mount directory

Supported Regions

Pricing

With Amazon EFS, you pay only for the amount of file system storage you use in GB. There is no minimum fee and no set-up costs.

Pricing Example

The storage amount billed in a month is based on the average storage space used throughout the month. Your storage usage is measured in “GB-Months,” which are added up at the end of the month to generate your monthly charges.

For example, assume your file system uses 100GB of storage for 15 days in March, and 250GB of storage for the final 16 days in March.

At the end of March, you would have the following usage in Byte-Hours:

Total usage (GB-hours) = [100 GB x 15 days x (24 hours / day)] + [250 GB x 16 days x (24 hours / day)]

= 132,000 GB-Hours

Convert this to GB-Months:

Total usage (GB-Months) = 132,00++s x (1 Month/744 hours)

= 177 GB-Months

The total monthly storage charge is calculated below

Total Monthly Storage Charge = 177 GB-Months x $0.30 = $53.10

Use Case

Amazon EFS is designed for a wide variety of use cases like content repositories, development environments, and home directories.

With on-demand scaling and performance, Amazon EFS is an ideal solution for Big Data applications.

 

  • Tags: amazon cloud, amazon efs, amazon elastic file system, amazon web services, aws,