Move data between tiers based on access patterns. Recently accessed files stay on fast SSD, aging data migrates to HDD, archival data goes to tape or Glacier.
Implement with access time tracking and policies: "Move to cold after days without access." AWS S3 Intelligent-Tiering automates this. Tiering saves costs without manual data management.