1Offline Migration
The Snow family bypasses the internet entirely. It is highly secure, using 256-bit encryption and tamper-evident enclosures. It is the only feasible way to migrate dozens of petabytes of legacy data within a strict timeline.
2Step-by-Step Breakdown
Hybrid Storage. Many companies cannot move 100% to the cloud immediately. AWS offers tools to bridge on-premises servers with AWS storage.
AWS Storage Gateway. A virtual appliance installed in your on-premises data center that seamlessly connects local apps to AWS storage.
File Gateway. Provides local servers with an NFS/SMB mount, but actually stores the files as objects in an S3 bucket.
Volume Gateway. Provides block storage (iSCSI) to local servers while backing up point-in-time snapshots to AWS EBS.
Knowledge Check. Which Storage Gateway type allows your local on-premises Windows servers to mount an SMB shared drive that is actually backed by Amazon S3?
- →Volume Gateway
- →File Gateway
The Bandwidth Problem. Moving Petabytes (PB) of data over a 1Gbps internet connection would take years. AWS created physical devices to solve this.
AWS Snowcone. A small, rugged, secure device for edge computing and moving up to 8 TB of data.
AWS Snowball Edge. A heavy suitcase-sized device that AWS ships to your data center. You load it up, ship it back, and AWS plugs it into S3.
AWS Snowmobile. An actual 45-foot long shipping container pulled by a semi-truck, used for Exabyte-scale data migration.
Summary. Use Storage Gateway for hybrid operations, and the Snow family for massive offline migrations.
