AWS Solutions Architect GuideAWS Solutions Architect Associate

AWS S3 Storage Classes: Choosing the Right Tier for the SAA-C03 Exam

Standard, Intelligent-Tiering, Standard-IA, One Zone-IA, Glacier Instant, Glacier Flexible, and Deep Archive — when to use each and how exam questions test the differences.

6 min read
9 sections
Courseiva Study Hub
JA

Reviewed by Johnson Ajibi, MSc IT Security

12+ years in network and security engineering · Founder, JTNetSolutions Limited & Courseiva

Quick answer

Standard, Intelligent-Tiering, Standard-IA, One Zone-IA, Glacier Instant, Glacier Flexible, and Deep Archive — when to use each and how exam questions test the differences.

AWS S3 Storage Classes: Choosing the Right Tier for the SAA-C03 Exam

Amazon S3 offers a range of storage classes designed to balance cost, availability, and retrieval time. For the SAA-C03 exam, you must understand the trade-offs between these classes and when to apply each. This post breaks down the core storage classes, their use cases, and how exam questions test your knowledge.

S3 Standard

Use case: Frequently accessed data with low latency and high throughput.

S3 Standard is the default storage class. It provides 99.999999999% durability (11 nines) and 99.99% availability. Data is replicated across at least three Availability Zones (AZs) in an AWS Region. Use this for active workloads like web content, analytics, or mobile applications.

Exam tip: If a scenario requires immediate access (milliseconds) and high durability with multi-AZ redundancy, S3 Standard is the right choice. Questions often contrast it with reduced-redundancy or single-AZ options.

S3 Intelligent-Tiering

Use case: Unknown or unpredictable access patterns, with automatic cost savings.

Intelligent-Tiering monitors access patterns and moves objects between three tiers: Frequent Access, Infrequent Access, and Archive Instant Access. There is no retrieval fee, and no lifecycle management needed. A small monthly monitoring fee applies per object (currently $0.0025 per 1,000 objects).

Exam tip: The exam loves Intelligent-Tiering for scenarios where you cannot predict access patterns but want to optimize costs automatically. Remember: it does not support One Zone-IA or Glacier tiers automatically; you must configure lifecycle rules for those.

S3 Standard-IA (Infrequent Access)

Use case: Long-lived, infrequently accessed data that needs rapid access when requested.

Standard-IA offers the same durability and multi-AZ resilience as Standard but at a lower storage cost. However, it charges a retrieval fee ($0.01 per GB). Minimum object size is 128 KB (charged as 128 KB if smaller) and minimum storage duration is 30 days.

Exam tip: Use Standard-IA for backups, disaster recovery files, or older data accessed monthly. The exam may present a scenario where data is accessed every few months but requires immediate retrieval; Standard-IA fits.

S3 One Zone-IA

Use case: Re-creatable or non-critical data stored in a single AZ.

One Zone-IA stores data in only one Availability Zone. It offers the same durability (11 nines) within that AZ, but if the AZ fails, data is lost. Storage cost is 20% less than Standard-IA. Same minimums: 128 KB and 30 days.

Exam tip: The exam emphasizes the risk of single-AZ failure. Use this for secondary backups, thumbnails, or data you can regenerate. Never use it for primary data or compliance requirements.

S3 Glacier Storage Classes

Glacier classes are for archival data with retrieval times from minutes to hours. All provide 11 nines durability and multi-AZ storage (except Glacier Deep Archive, which is also multi-AZ).

Glacier Instant Retrieval

Use case: Archived data that needs millisecond retrieval, accessed quarterly.

This class is for long-lived data that requires immediate access. Storage cost is lower than Standard-IA but higher than other Glacier tiers. Minimum object size: 128 KB; minimum storage duration: 90 days.

Exam tip: If a scenario needs archive storage with instant access (milliseconds), choose Glacier Instant Retrieval. It fills the gap between Standard-IA and Glacier Flexible Retrieval.

Glacier Flexible Retrieval (formerly Glacier)

Use case: Archived data that can tolerate retrieval times of minutes to hours.

Retrieval options:

  • Expedited: 1–5 minutes (costs more)
  • Standard: 3–5 hours
  • Bulk: 5–12 hours (lowest cost)

Minimum object size: 40 KB (charged as 40 KB if smaller); minimum storage duration: 90 days.

Exam tip: The exam tests retrieval time options. For example, if data must be available within 5 minutes but cost is a concern, Expedited retrieval from Glacier Flexible Retrieval is the answer.

Glacier Deep Archive

Use case: Long-term archival data accessed rarely (once or twice per year).

Lowest storage cost of all S3 classes. Retrieval times:

  • Standard: 12 hours
  • Bulk: 48 hours

Minimum object size: 40 KB; minimum storage duration: 180 days.

Exam tip: Use Deep Archive for compliance archives, digital media preservation, or regulatory data that must be kept for 7+ years. The exam may ask about the 12-hour retrieval time.

S3 Outposts

S3 on Outposts provides object storage for on-premises AWS Outposts environments. It is not a separate storage class but a deployment option. You can use S3 Standard or S3 Standard-IA on Outposts. Durability is 11 nines across devices in the Outpost rack.

Exam tip: Questions about hybrid cloud or local data processing with low latency may point to S3 on Outposts. Remember it only supports Standard and Standard-IA.

Lifecycle Policies

Lifecycle policies automate transitions between storage classes and expiration. Rules can apply to current and previous versions. Common transitions:

  • After 30 days: Standard → Standard-IA
  • After 60 days: Standard-IA → Glacier Instant Retrieval
  • After 90 days: Glacier Instant Retrieval → Glacier Flexible Retrieval
  • After 180 days: Glacier Flexible Retrieval → Glacier Deep Archive
  • After 365 days: Permanently delete

Exam tip: Lifecycle policies are a frequent exam topic. Know the minimum days for each transition (e.g., 30 days for Standard to Standard-IA) and that you cannot transition to One Zone-IA from multi-AZ classes directly—you must use a lifecycle rule or manual copy.

Exam Tips: What to Watch For

  1. Availability vs. Durability: All S3 classes offer 11 nines durability except Reduced Redundancy (not covered in SAA-C03). Availability varies: Standard (99.99%), Standard-IA (99.9%), One Zone-IA (99.5%).
  2. Retrieval time: Glacier Flexible Retrieval and Deep Archive have multiple retrieval tiers. Know the time ranges.
  3. Minimum charges: Standard-IA and One Zone-IA have 30-day minimum; Glacier classes have 90- or 180-day minimums. Objects smaller than 128 KB (or 40 KB for Glacier) are charged as the minimum.
  4. Intelligent-Tiering monitoring fee: It's a small per-object fee, not per GB. The exam may test cost optimization with this fee.
  5. Cross-Region Replication (CRR): CRR works across storage classes but may incur additional costs. Not a storage class decision, but often mixed in questions.
  6. Encryption: All classes support SSE-S3, SSE-KMS, SSE-C. Exam questions rarely tie encryption to storage class choice.

Conclusion

Choosing the right S3 storage class requires balancing cost, accessibility, and durability. For the SAA-C03 exam, focus on the trade-offs between Standard, Standard-IA, One Zone-IA, and the Glacier tiers. Practice with scenario-based questions to reinforce when each class applies.

To test your knowledge, try these practice questions: AWS SAA-C03 Practice Questions.

Practise SAA-C03 questions

Original exam-style practice questions with detailed, explained answers. Track your weak topics and review missed questions before exam day.

Courseiva provides free IT certification practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics. Explore related practice questions for Cisco, CompTIA, Microsoft Azure, AWS, and other certification exams.