Migration Flashcards
(70 cards)
What is the AWS Snow Family used for?
Secure, large-scale, physical data transfers to/from AWS without using the internet.
What are the three devices in the AWS Snow Family?
Snowcone, Snowball Edge, Snowmobile.
What is the storage and best use case for Snowcone?
8 TB; small jobs, edge/IoT, space-constrained environments.
What storage sizes and options does Snowball Edge offer?
48–81 TB; Storage-optimized, Compute-optimized, GPU-enabled.
What is Snowmobile used for?
Massive data transfers (100 PB); full data center migration.
Mnemonic for remembering Snow devices?
Cone = Small, Ball = All, Mobile = It All.
When should you choose a Snow device?
When internet is too slow/insecure, or for one-time/offline large data migration.
What is AWS Storage Gateway?
A hybrid storage service connecting on-prem systems to AWS.
What are the three types of Storage Gateway?
File Gateway, Volume Gateway, Tape Gateway.
File Gateway use case and protocol?
NFS/SMB; extends file shares to S3.
Volume Gateway use case and protocol?
iSCSI; backs up VM disks to AWS, EBS snapshots.
Tape Gateway use case?
Replaces physical tape backups with virtual tapes in Glacier.
Cached vs Stored Mode in Storage Gateway?
Cached = recent data on-prem; Stored = all data on-prem + backed to AWS.
What is AWS DataSync used for?
Secure, agent-based transfer of on-prem data to AWS (S3, EFS, FSx).
Is DataSync a hybrid solution?
No, it’s for one-time or scheduled migrations, not hybrid use.
Key requirement to use DataSync?
Install a DataSync agent on-premises.
What protocols does AWS Transfer Family support?
SFTP, FTPS, FTP (only inside VPC).
When should you use AWS Transfer Family?
Legacy apps using SFTP/FTPS/FTP that need to move to S3/EFS without code changes.
What does AWS Migration Hub do?
Tracks and manages migration progress (not a migration engine).
What services does Migration Hub integrate with?
SMS, DMS, MGN, CloudEndure.
What is AWS Server Migration Service (SMS) used for?
Migrating on-prem VMs to AWS (creates AMIs from vSphere snapshots).
When to choose SMS?
When migrating VMs like VMware vSphere to AWS EC2.
What is AWS Database Migration Service (DMS)?
A service to migrate and replicate databases to AWS.
What are the three types of migrations DMS supports?
Full Load, Full Load + CDC, CDC-only.