2026 Licensing & Certification Curricula (Securities, Cloud, IT, Real Estate, Bar & CPA) are now live
Chapter 4 • Domain 44.1

4.1 S3 Storage Classes, Intelligent-Tiering & Lifecycle Transitions

Minimize object storage spend across petabyte datasets using S3 Intelligent-Tiering, Lifecycle automated transitions, and deep archive tiers.

🎯 Key AWS SAA-C03 Architectural Takeaways

  • Amazon S3 Intelligent-Tiering is the optimal storage class for data with unknown, changing, or unpredictable access patterns, automatically moving data with zero retrieval fees.
  • S3 Lifecycle policies automate transitioning data down the cost hierarchy: Standard -> Standard-IA (30 days min) -> Glacier Flexible (90 days min) -> Glacier Deep Archive (180 days min).
  • S3 One Zone-IA costs 20% less than Standard-IA and is ideal for storing infrequently accessed, easily recreatable secondary backups.
  • S3 Glacier Deep Archive provides the lowest-cost cloud storage ($0.00099/GB/month) for long-term regulatory compliance archives retrieved within 12-48 hours.

Cost optimization in cloud storage requires matching data access patterns to storage class economics. Amazon S3 offers a tiered storage spectrum ranging from high-performance active tiers to ultra-low-cost compliance archives. For workloads where data access patterns are unknown, changing, or unpredictable (such as general user uploads or analytical data lakes), S3 Intelligent-Tiering automatically optimizes costs.

S3 Intelligent-Tiering monitors access frequency at the object level and automatically shifts objects between Frequent Access, Infrequent Access (after 30 days without access), and Archive Instant Access (after 90 days without access) tiers. Crucially, S3 Intelligent-Tiering charges zero retrieval fees when data is accessed, protecting organizations against unexpected retrieval bill spikes.

For data with predictable access depreciation (such as invoice archives, financial statements, and operational logs), S3 Lifecycle configuration rules automate progressive transitions. A standard compliance policy keeps data in S3 Standard for 30 days of active processing, transitions to S3 Standard-IA at day 30, shifts to S3 Glacier Flexible Retrieval at day 90, and archives to S3 Glacier Deep Archive at day 365, expiring data at 3,650 days (10 years).

When data is easily recreatable from primary sources (such as resized image thumbnails generated from master photos), Amazon S3 One Zone-IA provides a 20% storage cost reduction compared to S3 Standard-IA. By storing data within a single Availability Zone, organizations save significant operational expenditure while acknowledging the acceptable risk of AZ loss.

⚠️ Common Pearson VUE / AWS Exam Traps

  • Transitioning objects < 128 KB to S3 Standard-IA or Glacier — small objects are charged for 128 KB minimum capacity and incur transition request costs.
  • Using S3 Standard-IA for data with frequent or unpredictable access — per-GB retrieval fees can quickly exceed the storage savings.
  • Deleting objects from S3 Standard-IA before 30 days or Glacier before 90 days — early deletion fees apply for the remaining days.
Knowledge Checkpoint • Section 4.1

A software company stores petabytes of user telemetry and application logs in Amazon S3. The access patterns are completely unpredictable: some logs are analyzed multiple times within the first week and then never accessed again, while other logs are randomly audited months later. The team wants to minimize storage costs automatically without incurring retrieval fees or operational overhead. Which storage class should be used?