📖 What is AWS Snow Family?
AWS Snow Family is a collection of physical devices used to migrate massive amounts of data into and out of AWS. This includes Snowcone, Snowball Edge, and Snowmobile, catering to different data volumes and edge computing needs.
"Use Snowball when the data volume is too large for a network transfer (typically >10TB) or when bandwidth is severely limited."
📚 Certification: AWS Certified Solutions Architect - Associate (SAA-C03)
🔑 What are the Key Concepts of AWS Snow Family?
- ▸ Snowcone is the smallest, most portable device, designed for small-scale data collection and edge computing in space-constrained environments.
- ▸ Snowball Edge offers Storage Optimized for large data transfers and Compute Optimized for heavy edge processing using EC2 and Lambda.
- ▸ Snowmobile is an exabyte-scale data transfer service, utilizing a 45-foot shipping container to move massive datasets that would take years over the internet.
- ▸ Edge computing capabilities allow users to run local compute workloads on Snow devices, enabling data processing in disconnected or remote environments.
- ▸ The primary use case is overcoming network bandwidth limitations, making offline physical transport faster than online transfers for multi-terabyte datasets.
🎯 How does AWS Snow Family appear on the SAA-C03 Exam?
You may be asked to recommend a migration strategy for a remote site with 100TB of data and limited bandwidth; the correct answer is typically Snowball Edge Storage Optimized to avoid long upload times.
A scenario might describe a need to process sensor data in a remote mine without internet access before uploading to S3; identify Snowball Edge Compute Optimized as the solution.
Expect questions comparing transfer methods where you must choose between AWS DataSync for continuous online synchronization and the Snow Family for one-time, high-volume offline migrations when bandwidth is the primary constraint.
❓ Frequently Asked Questions
When should I choose Snowcone over Snowball Edge?
Choose Snowcone for smaller datasets (up to 8TB) or when physical size and portability are critical, such as in small remote offices or mobile deployments where a larger device is impractical.
Does the Snow Family support real-time data processing?
Yes, Snowball Edge and Snowcone support edge computing. You can run EC2 instances and Lambda functions locally to process data at the source before shipping the device back to AWS.