Amazon EFS file system types and storage classes - Amazon Elastic File System
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon EFS file system types and storage classes

This section describes the file system types and storage class options for Amazon Elastic File System (Amazon EFS) file systems.

EFS file system types

Amazon EFS offers Regional and One Zone file system types.

  • Regional – Regional file systems (recommended) store data redundantly across multiple geographically separated Availability Zones within an Amazon Web Services Region. Storing data across multiple Availability Zones provides continuous availability to the data, even when one or more Availability Zones in an Amazon Web Services Region are unavailable.

  • One Zone – One Zone file systems store data within a single Availability Zone in an Amazon Web Services Region. Storing data in a single Availability Zone provides continuous availability to the data. In the unlikely case of the loss or damage to all or part of the Availability Zone, however, data that is stored in these types of file systems might be lost.

    In the unlikely case of the loss or damage to all or part of an Amazon Availability Zone, data in a One Zone storage class may be lost. For example, events like fire and water damage could result in data loss. Apart from these types of events, our One Zone storage classes use similar engineering designs as our Regional storage classes to protect objects from independent disk, host, and rack-level failures, and each are designed to deliver 99.999999999% data durability.

    For added data protection, Amazon EFS automatically backs up One Zone file systems with Amazon Backup. You can restore file system backups to any operational Availability Zone within an Amazon Web Services Region, or you can restore them to a different Amazon Web Services Region. EFS file system backups that are created and managed using Amazon Backup are replicated to three Availability Zones and are designed for durability. For more information, see Resilience in Amazon Backup.

    Note

    One Zone file systems are available to only certain Availability Zones. For a table that lists the Availability Zones in which you can use One Zone file systems, see Supported Availability Zones for One Zone file systems.

The following table compares the file system types, including their availability, durability, and other considerations.

File system type Designed for Durability (designed for) Availability Availability Zones Other considerations

Regional

Data requiring the highest durability and availability.

99.999999999% (11 9s)

99.99%

>=3

None

One Zone

Data that doesn't require the highest durability and availability.

99.999999999% (11 9s)

99.99%

1

Not resilient to the loss of the Availability Zone

EFS storage classes

Amazon EFS offers different storage classes that are designed for the most effective storage depending on use cases.

  • EFS Standard – The EFS Standard storage class uses solid state drive (SSD) storage to deliver the lowest levels of latency for frequently accessed files. New file system data is first written to the EFS Standard storage class and then can be tiered to the EFS Infrequent Access and EFS Archive storage classes by using lifecycle management.

  • EFS Infrequent Access (IA) – A cost-optimized storage class for data that is accessed only a few times each quarter.

  • EFS Archive – A cost-optimized storage class for data that is accessed a few times each year or less.

    The EFS Archive storage class is supported on EFS file systems with Elastic throughput. You cannot update your file system’s throughput to Bursting or Provisioned once the file system has data in the Archive storage class.

Optimizing storage costs

The IA and Archive storage classes are cost-optimized for files that don’t require the latency performance of the Standard storage. First byte latency when reading from either of the infrequently accessed storage classes is higher than that for the Standard storage class.

Using lifecycle management, you can optimize storage costs by automatically tiering data between storage classes based on your workload's access patterns. You can move files from the IA or Archive storage classes to the Standard storage class by setting the Transition into Standard lifecycle policy on your file system. This setting transitions files from IA or Archive back to Standard upon access. If you want your files to remain in the frequently accessed Standard storage class, turn off lifecycle management on the file system. For more information, see Managing file system storage.

Comparing storage classes

The following table compares the storage classes. For more details about the performance of each storage class, see Amazon EFS performance.

Storage class Designed for First byte read latency Durability (designed for)1 Availability SLA Availability zones Minimum billing charge per file2 Minimum storage duration
EFS Standard Active data requiring fast sub-millisecond latency performance Sub-millisecond

99.999999999%

(11 9's)

99.99% (Regional)

99.9% (One Zone)

=>3 (Regional)

1 (One Zone)

Not applicable Not applicable
EFS Infrequent Access Inactive data that is accessed only a few times each quarter.

Tens of milliseconds

128 KiB Not applicable
EFS Archive Inactive data that is accessed a few times each year or less Tens of milliseconds 99.9% (Regional) =>3 (Regional) 128 KiB 90 days
Note

1Because One Zone file systems store data in a single Amazon Availability Zone, data that is stored in these types of file systems might be lost in the event of a disaster or other fault that affects all copies of the data within the Availability Zone, or in the event of Availability Zone destruction.

2Lifecycle policies updated on or after 12 PM PT, November 26, 2023 will tier files of < 128 KiB to the IA class. For more information about how Amazon EFS meters and bills for individual files and metadata, see Metering: How Amazon EFS reports file system and object sizes.

Storage class pricing

You are billed for the amount of data in each storage class. You are also billed data access charges when files in IA or Archive storage are read, or for data that transitions between storage classes using lifecycle management. The Amazon bill displays the capacity for each storage class and the metered access against the file system's storage class. To learn more, see Amazon EFS Pricing.

Additionally, Infrequent Access (IA) and Archive storage classes have a minimum billing charge per file of 128 KiB. Support for files smaller than 128 KiB is only available for lifecycle policies updated on or after 12:00 PM PT, November 26, 2023. For more information on how Amazon EFS meters and bills for individual files and metadata, see Metering: How Amazon EFS reports file system and object sizes.

Additional pricing applies for file systems that use Provisioned or Bursting throughput.

  • For file systems using Provisioned throughput, you are billed for the throughput provisioned above what you are provided based on the amount of data that is in the EFS Standard storage class.

  • For file systems using Bursting throughput, the allowed throughput is determined based on the amount of the data stored in the EFS Standard storage class only.

For more information about EFS throughput modes, see Throughput modes.

Note

You don't incur data access charges when using Amazon Backup to back up lifecycle management-enabled EFS file systems. To learn more about Amazon Backup and lifecycle management, see EFS storage classes.

Viewing storage class size

You can view how much data is stored in each storage class of your file system using the Amazon EFS console, the Amazon CLI, or the EFS API.

The Metered size tab on the File system details page displays the current metered size of the file system in binary multiples of bytes (kibibytes, mebibytes, gibibytes, and tebibytes). The metric is emitted every 15 minutes and lets you view your file system's metered size over time. Metered size displays the following information for the file system storage size:

  • Total size is the size (in binary bytes) of data stored in the file system, including all storage classes.

  • Size in Standard is the size (in binary bytes) of data stored in the EFS Standard storage class.

  • Size in IA is the size (in binary bytes) of data stored in the EFS Infrequent Access storage class. Files smaller than 128KiB are rounded up to 128KiB.

  • Size in Archive is the size (in binary bytes) of data stored in the EFS Archive storage class. Files smaller than 128KiB are rounded up to 128KiB.

You can also view the Storage bytes metric on the Monitoring tab on the File system details page in the Amazon EFS console. For more information, see Accessing CloudWatch metrics.

You can view how much data is stored in each storage class of your file system using the Amazon CLI or EFS API. View data storage details by calling the describe-file-systems CLI command (the corresponding API operation is DescribeFileSystems).

$ aws efs describe-file-systems \ --region us-west-2 \ --profile adminuser

In the response, ValueInIA displays the last metered size in bytes in the file system's Infrequent Access storage class. ValueInStandard displays the last metered size in bytes in the Standard storage class. ValueInArchive displays the last metered size in bytes in the Archive storage class. The sum of the three values equals the size of the entire file system, which is displayed in Value.

{ "FileSystems":[ { "OwnerId":"251839141158", "CreationToken":"MyFileSystem1", "FileSystemId":"fs-47a2c22e", "PerformanceMode" : "generalPurpose", "CreationTime": 1403301078, "LifeCycleState":"created", "NumberOfMountTargets":1, "SizeInBytes":{ "Value": 29313746702, "ValueInIA": 675432, "ValueInStandard": 29312741784, "ValueInArchive":329486 }, "ThroughputMode": "elastic" } ] }

For additional ways to view and measure disk usage, see Metering Amazon EFS file system objects.