Cyber Intelligence
Cloud Technology and Services · 34% of exam

L11. Storage: S3, EBS, EFS, and S3 Glacier

Video generating

Check back soon for the video lesson on Storage: S3, EBS, EFS, and S3 Glacier

AWS storage covers object, block, and file storage types. The Cloud Practitioner exam tests Amazon S3 storage classes, S3 features, EBS volumes, EFS, and S3 Glacier archival storage.

Amazon S3 (Simple Storage Service)

S3 is object storage for any amount of data with high durability (11 nines: 99.999999999%). S3 Storage Classes (exam critical):

ClassUse CaseMin DurationRetrieval
S3 StandardFrequently accessed dataNoneImmediate
S3 Intelligent-TieringVariable access patternsNoneImmediate
S3 Standard-IAInfrequently accessed, rapid retrieval needed30 daysImmediate
S3 One Zone-IANon-critical, infrequent, single AZ30 daysImmediate
S3 Glacier Instant RetrievalArchive, millisecond retrieval90 daysMilliseconds
S3 Glacier Flexible RetrievalArchive, minutes-hours retrieval90 days1 min to 12 hrs
S3 Glacier Deep ArchiveLong-term archive, lowest cost180 days12-48 hours
Key S3 features for exam:
  • Versioning: keeps multiple versions of an object; protects against accidental deletion
  • Replication: S3 Cross-Region Replication (CRR) copies objects to another Region; S3 Same-Region Replication (SRR) copies within same Region
  • Static website hosting: serve static HTML/CSS/JS from S3
  • Presigned URLs: temporary authenticated links to private S3 objects
  • S3 Transfer Acceleration: speeds up large file uploads using CloudFront edge locations

Amazon EBS (Elastic Block Store)

EBS volumes are persistent block storage attached to EC2 instances, like a network-attached hard drive. Key facts:

  • EBS volumes persist independently of EC2 instance lifecycle
  • Volumes can only be attached to one EC2 instance at a time (exception: EBS Multi-Attach for specific use cases)
  • Volumes must be in the same AZ as the EC2 instance
Types: gp3 (general purpose SSD), io2 (high-performance SSD), st1 (throughput HDD), sc1 (cold HDD).

Amazon EFS (Elastic File System)

EFS is a managed NFS file system that can be mounted by multiple EC2 instances across multiple AZs simultaneously. Use when: multiple EC2 instances need shared file access, or when you need elastic file storage that scales automatically. Difference from EBS: EBS = one EC2 at a time in one AZ. EFS = multiple EC2s across multiple AZs.

Amazon S3 vs. EBS vs. EFS

FeatureS3EBSEFS
TypeObjectBlockFile (NFS)
Attached toNot attachedOne EC2Multiple EC2s
AccessHTTP/APIBlock deviceMount point
Best forStatic files, backupsBoot volumes, databasesShared content, CMS
Exam tip: S3 is not mounted as a file system. EBS is block storage for one EC2. EFS is shared file storage for multiple EC2s across AZs.

Exam Focus Points
  • S3 is object storage with 11 nines durability; seven storage classes from Standard to Glacier Deep Archive
  • S3 Glacier Deep Archive is the lowest-cost class but retrieval takes 12-48 hours
  • EBS is block storage attached to a single EC2 instance in the same AZ
  • EFS is shared NFS file storage mountable by multiple EC2 instances across multiple AZs simultaneously
  • S3 versioning protects against accidental deletion; CRR replicates to another Region for DR
Knowledge Check

1. A company stores compliance records that must be retained for 10 years but are almost never accessed. Which S3 storage class provides the lowest cost?

2. Multiple EC2 instances in different Availability Zones need to read and write to a shared file system simultaneously. Which AWS storage service should be used?

Recommended: Pluralsight

Complement these lessons with Pluralsight: structured CLF-C02 learning paths, AWS hands-on labs, and realistic practice questions for exam day.

Start CLF-C02 prep free10-day free trial available