AWS Cloud Practitioner Study Session Six

I am taking the AWS Cloud Practitioner Exam in approximately four 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 – Storage Services & Data Management Summary

This section is highly testable. AWS wants you to:

  1. Identify which type of storage is needed (block, object, file)
  2. Understand data persistence
  3. Know who manages what (shared responsibility)
  4. Choose services based on performance, durability, and access patterns

The Three Core Storage Types (Exam Foundation)

🧠 Golden Memory Trick

Block = One server
File = Many servers
Object = Internet scale


Block Storage

Key Characteristics

AWS Block Storage Services

  1. EC2 Instance Store
  2. Amazon Elastic Block Store (EBS)

EC2 Instance Store (Unmanaged, Temporary)

What It Is

Use Cases

❗ Key Exam Takeaway

If the EC2 instance stops or terminates, ALL instance store data is LOST

🧠 Memory Tip:
Instance Store = “If the instance goes, the data goes”


Amazon Elastic Block Store (EBS)

What It Is

Persistence Behavior

🧠 Memory Tip:
EBS = “Elastic, because it survives”


Common EBS Use Cases


EBS Snapshots (Very Important)

What They Are

🧠 Memory Tip:
Snapshots = Save points


Snapshot Benefits (Exam Gold)

Snapshots enable:

  1. Data migration (AZ / Region)
  2. Instance upgrades/downgrades
  3. Disaster recovery
  4. Cost optimization
  5. Performance tuning
  6. Data protection
  7. Operational flexibility
  8. Cost efficiency (incremental backups)
  9. Testing environments

🧠 One-Line Trick:

Snapshots = backup, migrate, clone, recover


Snapshot Lifecycle Management

Amazon Data Lifecycle Manager (DLM):

Workflow:

  1. Create snapshot policy
  2. Select target resources
  3. Define schedules
  4. Add actions (tags, cross-region copy, archiving)

🧠 Exam Clue


Object Storage

Key Characteristics

AWS Service

🧠 Memory Tip:
Object storage = URLs + massive scale


Amazon S3 (Object Storage)

Core Benefits

Common Use Cases

🧠 Exam Clue


S3 Security & Privacy

Bucket Policies

Identity-Based Policies

Encryption

🧠 Memory Tip:
Bucket policy = Bucket rules
IAM policy = User rules


S3 Lifecycle Management

Automates object storage transitions and deletion.

Two Actions

Common Exam Use Cases

🧠 Memory Tip:
Lifecycle = “Move it, then remove it”


File Storage

Key Characteristics


Amazon Elastic File System (EFS)

What It Is

Ideal Use Cases

🧠 Memory Tip:
EFS = Everyone Files Shared


EFS Storage Classes

Class Description
EFS Standard Multi-AZ, highest durability
EFS Standard-IA Lower cost for infrequent access
EFS One Zone Single AZ, cheaper
EFS One Zone-IA Cheapest non-archive
EFS Archive Lowest cost, rarely accessed

🧠 Memory Trick:

Standard = Fast & durable
IA = Cheaper
Archive = Cold data


EFS Lifecycle Transitions


Amazon FSx (Specialized File Systems)

FSx for Windows File Server

Use Cases:


FSx for ONTAP


FSx for OpenZFS


FSx for Lustre

🧠 Memory Tip:
FSx = File system eXperts


Hybrid Storage: AWS Storage Gateway

What It Is

🧠 Memory Tip:
Storage Gateway = Bridge to the cloud


Storage Gateway Modes

S3 File Gateway

Cached Volume

Stored Volume

Tape Gateway

🧠 Memory Tip:
Cache = Cloud first
Stored = Local first


AWS Elastic Disaster Recovery (Elastic DR)

What It Does

Key Benefits

🧠 Memory Tip:
Elastic DR = Always copying, ready to recover


Common Exam Use Cases


Shared Responsibility Model (Storage Focus)

Fully Managed Services (e.g., S3, EFS)

Managed Services (e.g., EBS)

Unmanaged Services (e.g., Instance Store)

🧠 Memory Trick:

More managed = less responsibility


Final Exam Takeaways



Study materials:


Raw Input Notes:


Block Storage:



Object Storage:


File Storage:


Additional Storage Services:


Shared Responsibility

Fully Managed Services:


Managed Services


Unmanaged Services


EC2 Instance Store: Block-level storage that is physically attached to the EC2 instance host computer. Best for temporary memory-based storage needs like buffers, caches, and scratch data. Not recommended for applications that require data retention.


Amazon Elastic Block Store (Amazon EBS) Data Lifecycle

Amazon Elastic Block Store (EBS): Act like external hard drives, offering consistent, low-latency performance for workloads like databases and file systems.


How Amazon EBS manages data when EC2 instance stopped: (1) EC2 instance running with data being stored in attached EBS volume -> (2) EC2 instance stopped -> (3) All data stored within EBS volume is retained.

Key Takeaway: Amazon EBS volumes exist independently from the instance and persist even after the instance is terminated.


Use Cases of Amazon EBS: Database hosting, backup storage for applications, rapid deployment of dev evironments using volume snapshots, high availability and durability needed for financial applications and critical data.


Benefits of EBS Snapshots: Support data portability through ability to detach, reattach to instances as needed.


Working with EBS Snapshots

(1) Initial Snapshot: Initial snapshot serves as the baseline and contains all the data blocks that were in use on the volume -> (2) Subsequent Incremental Snapshots: Only the blocks that have been changed since the last snapshots are captured and stored. -> (3) Snapshot Consolidation and Management: Despite being incremental, each snapshot appears as a full point-in-time copy of volume. When you delete a snapshot, only the data unique to that snapshot is removed.


Workflow for EBS Snapshots

Amazon Data Lifecycle Manager: Defines lifecycle policies that automate snapshot management based on schedules.

Amazon Data Lifecycle Manager Workflow Create an EBS Snapshot Policy -> Select Target Resource Type -> Exclude Volumes -> Set Custom Schedules -> Apply Additional Actions (Configuring elements of the snapshots like tags, snapshot archiving, Amazon EBS fast snapshot restore, cross-Region copying, cross-account sharing.)


S3 Bucket Benefits


Security and Privacy Management


S3 Lifecycle Automates the process of managing object storage tier configuration. Can choose the following two automation types:


Use Cases Periodic Logs: Logs needed for x amount of time then deleted. Data that Changes in Access Frequency: Documents frequently accessed for limited time, then infrequently accessed.


Amazon Elastic File System (EFS)


Standard Storage Classes - EFS Standard and EFS Standard-Infrequent Access offer Multi-AZ resilience and the highest levels of durability and availability. One Zone Storage Classes - EFS One Zone and EFS One Zone-Infrequent Access (EFS One Zone-IA) provide additional savings by saving data in single Availability Zone Archive Storage Class - Cost-optimized for data that is accessed only a few times a year or less that does not need the sub-millisecond latencies of EFS Standard. EFS Archive offers storage price up to 50% lower than IA.

Transition to IA - Instructs lifecycle management when to move files into IA storage. By default files that are not accessed in Standard for 30 days are transitioned to IA.

Transition to Archive - Instructs lifecycle management when to move files into Archive Storage class, which is cost-optimized for data that is accessed only a few times each year or less. By default, files that are not accessed in Standard storage for 90 days are transitioned into Archive.

Transition to Standard - Instructs lifecycle management whether to transition files out of IA or Archive and back into Standard storage when the files are accessed in the IA or Archive storage. (By default not moved back to Standard.)


Amazon EFS Benefits:


Amazon FSx for Windows File Server - Fully managed Windows file system. Supports SMB protocol, integrates with Active Directory, provides Windows compatibility.





AWS Elastic Disaster Recovery

Use Cases


Feedback

Have thoughts or suggestions about this post?