Skip to content
Cloud 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