Skip to main content

09. AWS Snow Family & Hybrid Cloud Storage

The AWS Snow Family consists of highly secure, portable, and rugged devices that help you collect, process, and migrate data into and out of AWS β€” especially when internet transfer is slow, expensive, or unreliable.

It also enables edge computing, allowing data processing at remote or disconnected locations (ships, trucks, mines, etc.).


🧩 AWS Snow Family Overview​

DeviceUse CaseCapacityTransfer ModeKey Features
SnowconeSmall edge computing & data transfer8 TB usableOffline / OnlineLightweight (2.1 kg), rugged, supports battery power
Snowball Edge (Storage Optimized)Data migration, storage80 TB usableOfflineHigh-capacity HDD, S3-compatible storage
Snowball Edge (Compute Optimized)Edge computing42 TB usableOffline52 vCPUs, 208 GiB RAM, optional GPU
SnowmobileMassive data migration100 PB per truckOfflineExabyte-scale transfer, extreme security

🚚 Data Migration Use Cases​

If transferring large datasets (TBs or PBs) over the internet takes too long, Snowball devices provide a physical transport alternative.

βš™οΈ How Snowball Data Migration Works​

  1. Request Device – Order from AWS Console.
  2. Receive Device – AWS ships Snowball to your site.
  3. Connect & Load Data – Use Snowball Client or AWS OpsHub to transfer data.
  4. Return Device – Ship back to AWS; shipping is free.
  5. AWS Imports Data – Data is moved into your S3 bucket.
  6. Device Sanitized – Data wiped securely per NIST standards.

🧠 Edge Computing with Snow Family​

Edge computing allows data to be processed where it’s created, minimizing latency and bandwidth use.

πŸ—οΈ Example Scenarios​

  • Ship at sea with no internet
  • Truck generating telemetry data
  • Remote mining operation

πŸ’‘ Benefits​

  • Preprocess data before uploading
  • Run machine learning inference locally
  • Transcode media or compress files offline

πŸ’» Compute Capabilities​

DevicevCPUsMemoryStorageNotes
Snowcone24 GiB8 TBWired/wireless access
Snowball Edge Compute Optimized52208 GiB42 TBOptional GPU
Snowball Edge Storage Optimized4080 GiB80 TBObject storage clustering

🧩 Both can run EC2 instances & AWS Lambda functions via AWS IoT Greengrass.


🧰 AWS OpsHub​

AWS OpsHub is a GUI application used to manage Snow Family devices (replaces CLI-only setup).

πŸ”§ Features​

  • Unlock & configure devices
  • Transfer files
  • Launch/manage EC2 instances or Lambda functions
  • Monitor storage & performance
  • Access compatible services (e.g., AWS DataSync, NFS)

πŸ’° Snowball Edge Pricing​

ComponentDescription
Service Fee (On-demand)One-time fee per job (includes 10–15 days of use)
Extra Day ChargesCharged per day beyond included usage
ShippingFree (to/from AWS)
Data Import to S3$0 per GB (free)
Data Export from S3Charged per GB transferred out
Long-Term CommitmentMonthly, 1-year, or 3-year plans for edge computing (up to 62% discount)

🧱 Hybrid Cloud Storage​

AWS promotes hybrid cloud setups where part of infrastructure is on-premises and part in the AWS Cloud.

🏒 Why Hybrid?​

  • Long-term migration strategy
  • Security or compliance needs
  • Data sovereignty
  • Gradual cloud adoption

πŸ”— AWS Storage Gateway​

AWS Storage Gateway bridges on-premises storage systems and AWS Cloud storage.

TypeDescriptionBackend AWS Storage
File GatewayStore and access files as objects in S3S3
Volume GatewayBlock-level storage volumes (cached or stored mode)EBS + S3
Tape GatewayVirtual tape library for backup softwareGlacier & S3 Glacier Deep Archive

🧩 Use Cases​

  • Backup & restore
  • Disaster recovery
  • Cloud tiering
  • Extending on-premises storage seamlessly

🧾 AWS Storage Categories Summary​

CategoryAWS ServiceDescription
Block StorageEBS, Instance StoreLow-latency volumes for EC2
File StorageEFSShared, scalable file system (NFS)
Object StorageS3, GlacierStore data as objects (key/value pairs)
Hybrid StorageStorage GatewayBridge on-premises & AWS Cloud
Physical Data TransferSnow FamilyOffline data migration or edge computing

🧭 Exam Tips (AWS Certified Cloud Practitioner)​

βœ… Use Snow Family for large data transfers (TB–PB scale) or edge processing.
βœ… Use Snowmobile for exabyte-scale migrations.
βœ… Use Storage Gateway for hybrid storage integration.
βœ… Data import into S3 is always free.