πŸ“Š AWS Storage Services Comparison Table

Service Type Use Case Key Features
Amazon S3 Object Storage General-purpose cloud storage Scalable, versioning, lifecycle, cross-region replication
Amazon S3 Glacier Object Archival Long-term archival, compliance data Very low cost, high retrieval latency, used via lifecycle rules
Amazon EBS Block Storage Persistent storage for one EC2 instance SSD/HDD options, snapshots, encryption, zonal
Instance Store Ephemeral Storage Temporary storage tied to EC2 High IOPS, no durability, deleted on instance stop/terminate
Amazon EFS File Storage (Linux) Shared storage for Linux EC2, containers NFS, POSIX-compliant, multi-AZ, auto-scaling
Amazon FSx for Windows File Storage (Windows) Windows-based apps needing SMB shares Active Directory, DFS, NTFS permissions
Amazon FSx for Lustre HPC File System High-performance compute (e.g., ML, genomics) Sub-ms latency, S3 integration, parallel POSIX
Amazon FSx for NetApp ONTAP Enterprise File System NAS replacement, hybrid, shared workloads SMB/NFS/iSCSI, SnapMirror, S3 tiering
Amazon FSx for OpenZFS Linux ZFS Storage CI/CD, ZFS lovers, compression/snapshots NFS, snapshots, clones, OpenZFS on AWS
AWS Storage Gateway Hybrid Storage Extend on-prem to cloud (files, tapes, volumes) File Gateway, Volume Gateway, Tape Gateway – backed by S3/FSx
AWS Transfer Family Managed Transfer FTP/SFTP/FTPS into S3 or EFS Protocol support, IAM/AD auth, VPC endpoint
AWS DataSync Hybrid Sync/Migration Accelerated transfer between on-prem ↔ AWS Schedule-based, 10x faster than rsync, supports NFS/SMB/S3/EFS
AWS Snow Family Offline Migration Petabyte-scale offline data transport Snowcone (8TB), Snowball (50-80TB), Snowmobile (100PB)
AWS RDS / DynamoDB / etc. Database Storage Structured data with querying/indexing Managed DB engines, backups, replication, encryption

πŸ” At a Glance

Category Services
Object Storage S3, S3 Glacier, Glacier Deep Archive
Block Storage EBS, Instance Store
File Storage EFS, FSx (Windows, Lustre, ONTAP, OpenZFS)
Hybrid Storage Storage Gateway, DataSync, Snow Family
Transfer Services Transfer Family (FTP/SFTP/FTPS), DataSync
Database Storage RDS, DynamoDB, ElastiCache, Neptune (not general-purpose storage but structured workloads)

🧠 Quick Recommendations

Scenario Recommended Storage
Static web hosting, backups Amazon S3
Archiving for compliance Amazon S3 Glacier
Fast SSD block storage for EC2 Amazon EBS (gp3/io2)
Linux shared file system Amazon EFS
Windows file shares with AD integration Amazon FSx for Windows
High-performance Linux HPC workloads Amazon FSx for Lustre
Migration from on-prem NetApp/EMC systems Amazon FSx for NetApp ONTAP
FTP/SFTP endpoint for file ingestion AWS Transfer Family
Hybrid storage + caching AWS Storage Gateway
High-speed sync from on-prem AWS DataSync
Physically moving terabytes of data AWS Snowball/Snowmobile
Back to blog

Leave a comment