πΉ AWS STORAGE SERVICES
1οΈβ£ Amazon S3 (Simple Storage Service)
β Service Overview
Amazon S3 is a scalable object storage service used to store and retrieve any amount of data from anywhere on the web.
β Key Features
99.999999999% durability
Unlimited scalability
Versioning & lifecycle management
Encryption and IAM-based access control
β AWS Category / Cloud Domain
Storage β Object Storage
β Where It Fits in Cloud / DevOps Lifecycle
Backup & restore
Data lakes
Static website hosting
CI/CD artifact storage
β Programming Language / Access Methods
REST API
AWS SDKs (Java, Python, Node.js, Go)
AWS CLI & Management Console
β Pricing Model
π° Pay for storage used, requests, and data transfer
2οΈβ£ Amazon EBS (Elastic Block Store)
β Service Overview
Amazon EBS provides persistent block-level storage for Amazon EC2 instances.
β Key Features
High performance SSD/HDD volumes
Snapshots for backup
Encryption at rest
Low-latency storage
β AWS Category / Cloud Domain
Storage β Block Storage
β Where It Fits in Cloud / DevOps Lifecycle
OS and application disks for EC2
Databases and transactional workloads
β Programming Language / Access Methods
Mounted as a disk on EC2
Managed via AWS CLI, SDKs, Console
β Pricing Model
π° Pay per GB provisioned + snapshot storage
3οΈβ£ Amazon EFS (Elastic File System)
β Service Overview
Amazon EFS is a fully managed, scalable file storage service for Linux-based workloads.
β Key Features
Shared file access
Automatic scaling
POSIX-compliant
Highly available
β AWS Category / Cloud Domain
Storage β File Storage
β Where It Fits in Cloud / DevOps Lifecycle
Shared file systems
Container and microservices workloads
Content management systems
β Programming Language / Access Methods
NFS protocol
Access via EC2, EKS, Lambda
β Pricing Model
π° Pay per GB of storage used
4οΈβ£ Amazon S3 Glacier
β Service Overview
Amazon S3 Glacier is a low-cost archival storage service for long-term data retention.
β Key Features
Very low storage cost
Multiple retrieval options (minutes to hours)
High durability
Integrated with Amazon S3
β AWS Category / Cloud Domain
Storage β Archival Storage
β Where It Fits in Cloud / DevOps Lifecycle
Long-term backups
Compliance & archival storage
Disaster recovery
β Programming Language / Access Methods
AWS SDKs
AWS CLI & Console
Managed through Amazon S3 lifecycle rules
β Pricing Model
π° Low storage cost + retrieval-based pricing
π Quick Exam Memory Aid
S3 β Object storage
EBS β Block storage
EFS β File storage
Glacier β Archive storage
Top comments (0)