Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

2.3. Core AWS Services: Storage

Storage services are fundamental to any application, providing a place to store data persistently. Imagine storage types like containers for your belongings: S3 is like a warehouse with unlimited shelves (store any object, access via address), EBS is like a dedicated filing cabinet bolted to one desk (fast, attached to one server), and EFS is like a shared network drive that everyone in the office can access simultaneously. Without choosing the right storage type, organizations risk paying premium prices for data they rarely access — or worse, data loss because their storage wasn't durable enough for the use case, which breaks compliance and destroys customer trust.

💡 First Principle: The First Principle of AWS storage is to provide highly durable, scalable, and cost-effective options for diverse data types, enabling users to choose the right solution for their data while shifting the burden of hardware management to AWS.

Scenario: A company needs to store various types of data: website images, server boot volumes, shared application files, and long-term backups.

Reflection Question: How do diverse AWS storage services (e.g., S3, EBS, EFS) fundamentally enable businesses to choose the right solution for their data based on access patterns, durability, and cost, while simplifying storage hardware management?

FeatureAmazon S3Amazon EBSAmazon EFSS3 Glacier
TypeObject storageBlock storageFile storageArchive storage
AccessVia HTTP/APIAttached to one EC2Shared across EC2sRetrieval requests
Use CaseMedia, backups, data lakesBoot volumes, databasesShared app files, CMSLong-term archives
Durability99.999999999% (11 9's)99.999%99.999999999%99.999999999%
ScalingVirtually unlimitedProvisioned sizeAuto-scalesVirtually unlimited
CostVery low per GBModerateHigher per GBLowest per GB

💡 Tip: Focus on the primary purpose and use case for each storage service: object, block, or file storage.

Alvin Varughese
Written byAlvin Varughese
Founder15 professional certifications