AWS - SOA-C02

πŸ—‚οΈ AWS SysOps SOA-C02 Exam Prep: S3 Storage Classes (Standard, IA, Glacier)

πŸ“Œ What Are S3 Storage Classes?

Amazon S3 Storage Classes allow you to choose the most cost-effective storage option for your data β€” depending on how frequently you need to access it, how quickly, and your durability/availability requirements.

βœ… Main idea:
Balance cost, durability, availability, and retrieval time.

πŸ“– Overview of S3 Storage Classes

Storage ClassUse CaseAvailabilityDurabilityMin Storage DurationRetrieval Time
S3 StandardFrequently accessed data99.99%99.999999999% (11 9’s)NoneImmediate
S3 Standard-IA (Infrequent Access)Less frequently accessed, but needs quick access99.9%99.999999999%30 daysImmediate
S3 One Zone-IAInfrequent, non-critical data99.5%99.999999999%30 daysImmediate
S3 Glacier Instant RetrievalArchive data, but sometimes needs fast access99.9%99.999999999%90 daysMilliseconds
S3 Glacier Flexible Retrieval (formerly Glacier)Archive, rarely accessed99.99%99.999999999%90 daysMinutes to hours
S3 Glacier Deep ArchiveLong-term archive (compliance, backups)99.99%99.999999999%180 daysHours (up to 12h)
S3 Intelligent-TieringAutomatically moves objects between tiers based on usage99.9%-99.99%99.999999999%30-90 days for IA/Glacier tiersImmediate to hours

πŸ“– Details of Key Storage Classes

βœ… S3 Standard

  • Default storage class
  • High durability and availability
  • No minimum duration or retrieval fees
  • Ideal for frequently accessed data: images, videos, websites, active content

βœ… S3 Standard-IA (Infrequent Access)

  • Lower cost than Standard
  • Good for infrequently accessed, but still critical data
  • Example: Logs, reports, backups
  • 30-day minimum storage charge
  • Immediate access when needed

βœ… S3 One Zone-IA

  • Same as Standard-IA but stored in a single AZ (Availability Zone)
  • Cheaper, but lower availability (99.5%)
  • Ideal for non-critical, re-creatable data
  • Example: Secondary backups, cached data

βœ… S3 Glacier Instant Retrieval

  • Low-cost archive class
  • Immediate access (milliseconds)
  • Ideal for rarely accessed data that sometimes needs quick retrieval
  • Example: Historical financial records, long-term logs

βœ… S3 Glacier Flexible Retrieval

  • Low-cost archival
  • Retrieval in minutes to hours (Expedited, Standard, Bulk options)
  • Example: Compliance archives, backups

βœ… S3 Glacier Deep Archive

  • Cheapest storage class
  • Longest retrieval times (up to 12 hours)
  • For compliance and long-term cold storage
  • Example: Medical records, long-term backups, media archives

βœ… S3 Intelligent-Tiering

  • Automatically moves objects between Standard, IA, and Archive tiers based on usage
  • No operational overhead
  • Small monthly monitoring and automation fee
  • Example: Mixed-use workloads with unpredictable access patterns

πŸ“Š Storage Class Comparison

Storage ClassMin DurationRetrieval FeeRetrieval SpeedAZ RedundancyUse Case
StandardNoneNoImmediateMulti-AZFrequently accessed
Standard-IA30 daysYesImmediateMulti-AZInfrequently accessed
One Zone-IA30 daysYesImmediateSingle AZNon-critical, infrequent
Glacier Instant90 daysYesMillisecondsMulti-AZRarely accessed but fast
Glacier Flexible90 daysYesMins to hoursMulti-AZArchival, low-cost
Glacier Deep Archive180 daysYesUp to 12 hrsMulti-AZLong-term archives
Intelligent-Tiering30-90 daysYes (for Archive)AutoMulti-AZUnpredictable usage

βœ… Best Practices & Exam Tips

πŸ“ Choose Standard for active content and real-time apps
πŸ“ Use Standard-IA or One Zone-IA for backups/logs
πŸ“ Go with Glacier/Deep Archive for long-term storage
πŸ“ Use Intelligent-Tiering when unsure about access patterns
πŸ“ Consider retrieval time & cost in storage decisions
πŸ“ Remember min storage duration penalties on deletion

Common SOA-C02 scenario questions:

  • What’s the most cost-effective option for storing backup data for 7 years?
    πŸ‘‰ Glacier Deep Archive
  • Which class provides immediate access at the lowest price for infrequent access?
    πŸ‘‰ Standard-IA (or One Zone-IA if lower durability is acceptable)
  • Which automatically moves objects between Standard and IA?
    πŸ‘‰ Intelligent-Tiering
26 Views

Leave a Reply

Your email address will not be published. Required fields are marked *