AWS Cloud Practitioner Study Session One

I am taking the AWS Cloud Practitioner Exam in approximately nine days and want to ensure I am prepared. This series will serve as non-exhaustive note taking for the information that I am internalizing as I go.

ChatGPT Summary:

AWS Certified Cloud Practitioner – S3 & Storage Summary

How to Think About AWS Exam Questions

Many Practitioner questions are intentionally verbose and scenario-based (e.g., “Your customer is looking to…”). The key tactic is:

AWS exam questions focus less on memorization and more on choosing the best tool for the situation.


Amazon S3: Core Concepts

What S3 Is


Consistency Model (High-Yield Topic)

What this means in practice:

⚠️ Exam tip: Any answer suggesting “eventual consistency workarounds” is outdated.


S3 Storage Classes

S3 Standard


S3 Standard–Infrequent Access (S3-IA)

📝 Exam clue: “Rarely accessed but must be available immediately” → S3-IA


Amazon S3 Glacier (Archival Storage)

Glacier is designed for long-term archival data that is rarely accessed.

Glacier Storage Tiers

  1. Glacier Instant Retrieval
    • Millisecond access
    • Lowest-cost option with instant access
    • For rarely accessed but occasionally needed archives
  2. Glacier Flexible Retrieval
    • Retrieval time: minutes to hours
    • Balanced cost vs. access speed
  3. Glacier Deep Archive
    • Retrieval time: hours
    • Lowest-cost storage in AWS
    • Ideal for compliance and regulatory data

📝 Exam clue: “Lowest cost,” “long-term retention,” “rare access” → Glacier (often Deep Archive)


Lifecycle Policies: Automating Cost Optimization

S3 Lifecycle Policies automatically transition objects between storage classes based on age.

Example Lifecycle Strategy

Why this matters on the exam:


Cost vs. Access Speed Comparison

Storage Class Cost Access Speed Typical Use Case
S3 Standard Highest Milliseconds Active data
S3 Standard-IA Lower Milliseconds Backups
Glacier Instant Retrieval Very Low Milliseconds Archived, occasionally needed
Glacier Flexible Retrieval Cheaper Minutes–Hours Long-term archives
Glacier Deep Archive Cheapest Hours Compliance data

Golden rule:


Final Exam Takeaways


Study materials:

Raw Input Notes:

Tactics

S3-IA Storage

Glacier Storage

Automation Timeframe Example

As of today, unlike some of the legacy study material, S3 is strongly consistent for all HTTP methods.

What does this mean, in practice?


Feedback

Have thoughts or suggestions about this post?