You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Not all data starts in the cloud. Many organisations have terabytes or petabytes of on-premises data that needs to be accessed, migrated, or backed up to AWS. AWS Storage Gateway and the AWS Snow Family bridge the gap between on-premises environments and AWS cloud storage.
Storage Gateway is a hybrid cloud storage service that provides on-premises applications with virtually seamless access to AWS cloud storage. It runs as a virtual machine (VM) or hardware appliance in your data centre and connects to AWS over the internet or AWS Direct Connect.
| Gateway Type | Protocol | Backend Storage | Use Case |
|---|---|---|---|
| S3 File Gateway | NFS / SMB | Amazon S3 | File shares backed by S3; cloud tiering |
| FSx File Gateway | SMB | Amazon FSx for Windows | Low-latency local cache for FSx file shares |
| Volume Gateway (Cached) | iSCSI | Amazon S3 + EBS Snapshots | Primary data in S3, frequently accessed data cached locally |
| Volume Gateway (Stored) | iSCSI | Local + S3 Snapshots | Primary data stored locally, asynchronous backup to S3 |
| Tape Gateway | iSCSI VTL | S3 / S3 Glacier | Replace physical tape backups with virtual tapes in AWS |
The S3 File Gateway presents S3 buckets as NFS or SMB file shares. Files written to the gateway are stored as objects in S3.
How it works:
On-premises servers → NFS/SMB → S3 File Gateway (VM) → Amazon S3
| Feature | Detail |
|---|---|
| Local cache | Frequently accessed files are cached on the gateway for low-latency access |
| S3 storage classes | Objects can be stored in Standard, Standard-IA, One Zone-IA, or Intelligent-Tiering |
| Lifecycle policies | S3 lifecycle rules apply to the objects in the bucket |
| Access | Files appear as a standard NFS or SMB share to on-premises applications |
Use cases:
FSx File Gateway provides a local cache for Amazon FSx for Windows File Server. Windows applications and users see a standard SMB file share, with data stored in FSx and frequently accessed files cached locally.
Volume Gateway exposes block storage volumes over iSCSI:
Cached mode:
Stored mode:
Tape Gateway replaces physical tape infrastructure with virtual tapes in AWS:
Backup software → iSCSI VTL → Tape Gateway (VM) → S3 / S3 Glacier
| Tape State | Storage Location | Retrieval |
|---|---|---|
| Active virtual tape | Amazon S3 | Immediate |
| Archived virtual tape | S3 Glacier Flexible Retrieval | 3-5 hours |
| Deep-archived tape | S3 Glacier Deep Archive | 12 hours |
Use case: Organisations using backup software (Veeam, Veritas, Commvault) that expects a tape library can point it at Tape Gateway instead of physical tapes.
When you have large volumes of data to move to or from AWS, transferring over the network can take weeks, months, or even years. The Snow Family provides physical devices that you use to transfer data offline.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.