# Suboptimal Use of EFS Storage Classes

Canonical: https://www.pointfive.co/efficiency-hub/inefficiencies/suboptimal-use-of-efs-storage-classes

[Cloud Efficiency Hub](https://www.pointfive.co/efficiency-hub) 

# Suboptimal Use of EFS Storage Classes

## Explanation

Many organizations default to storing all EFS data in the Standard class, regardless of how frequently data is accessed. This results in inefficient spend for workloads with significant portions of data that are rarely read. EFS IA and Archive tiers offer lower-cost alternatives for data with low or near-zero access, while Intelligent Tiering can automate placement decisions. Failing to leverage these options wastes storage spend and reduces cost efficiency.

## Relevant Billing Model

EFS charges separately for data stored in each class. Standard storage is priced highest, while IA and Archive offer lower storage costs but charge for data retrieval. Intelligent Tiering automatically transitions data between classes based on access patterns. Placing all data in Standard when much of it is infrequently accessed leads to unnecessary cost.

## Detection

- Review whether large EFS volumes are configured entirely in Standard storage class without considering access frequency

- Assess whether filesystems contain long-lived data with little or no recent access

- Evaluate if Intelligent Tiering could automate tier placement in cases where access patterns are unpredictable

- Compare storage distribution across Standard, IA, and Archive tiers to workload access requirements

## Remediation

- Transition infrequently accessed data to EFS IA or Archive storage classes to reduce cost

- Enable Intelligent Tiering for workloads where access frequency is variable or difficult to predict

- Maintain Standard storage only for data that requires frequent or high-performance access

- Periodically review access patterns and adjust lifecycle policies to align with current workload usage

## Relevant Documentation

- [https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html](https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html)

[Submit Feedback](https://hub.pointfive.co/inefficiencies/suboptimal-use-of-efs-storage-classes)

## At a glance

Reference

CER-0198

Cloud provider

AWS

Service

AWS EFS

Category

[Storage](https://www.pointfive.co/efficiency-hub/service-category/storage)

Inefficiency type

Misaligned Storage Tiering

## Contributed by

- Amay Chandravanshi 

### Amay Chandravanshi

Cloud FinOps Engineer @ Syngenta Group

[LinkedIn](https://www.linkedin.com/in/amay-chandravanshi-803465224/)

---
Source: the public page above. Product screenshots and illustrative interfaces are examples, not live customer data.

