Migration Flashcards

(70 cards)

1
Q

What is the AWS Snow Family used for?

A

Secure, large-scale, physical data transfers to/from AWS without using the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three devices in the AWS Snow Family?

A

Snowcone, Snowball Edge, Snowmobile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the storage and best use case for Snowcone?

A

8 TB; small jobs, edge/IoT, space-constrained environments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What storage sizes and options does Snowball Edge offer?

A

48–81 TB; Storage-optimized, Compute-optimized, GPU-enabled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Snowmobile used for?

A

Massive data transfers (100 PB); full data center migration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Mnemonic for remembering Snow devices?

A

Cone = Small, Ball = All, Mobile = It All.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When should you choose a Snow device?

A

When internet is too slow/insecure, or for one-time/offline large data migration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is AWS Storage Gateway?

A

A hybrid storage service connecting on-prem systems to AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the three types of Storage Gateway?

A

File Gateway, Volume Gateway, Tape Gateway.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

File Gateway use case and protocol?

A

NFS/SMB; extends file shares to S3.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Volume Gateway use case and protocol?

A

iSCSI; backs up VM disks to AWS, EBS snapshots.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Tape Gateway use case?

A

Replaces physical tape backups with virtual tapes in Glacier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Cached vs Stored Mode in Storage Gateway?

A

Cached = recent data on-prem; Stored = all data on-prem + backed to AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is AWS DataSync used for?

A

Secure, agent-based transfer of on-prem data to AWS (S3, EFS, FSx).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Is DataSync a hybrid solution?

A

No, it’s for one-time or scheduled migrations, not hybrid use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Key requirement to use DataSync?

A

Install a DataSync agent on-premises.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What protocols does AWS Transfer Family support?

A

SFTP, FTPS, FTP (only inside VPC).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

When should you use AWS Transfer Family?

A

Legacy apps using SFTP/FTPS/FTP that need to move to S3/EFS without code changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What does AWS Migration Hub do?

A

Tracks and manages migration progress (not a migration engine).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What services does Migration Hub integrate with?

A

SMS, DMS, MGN, CloudEndure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is AWS Server Migration Service (SMS) used for?

A

Migrating on-prem VMs to AWS (creates AMIs from vSphere snapshots).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

When to choose SMS?

A

When migrating VMs like VMware vSphere to AWS EC2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is AWS Database Migration Service (DMS)?

A

A service to migrate and replicate databases to AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are the three types of migrations DMS supports?

A

Full Load, Full Load + CDC, CDC-only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is CDC-only best for?
Ensuring transactional integrity during database sync.
26
What is the role of Schema Conversion Tool (SCT)?
Converts schemas between different database engines (e.g., Oracle → PostgreSQL).
27
What is the endpoint requirement for DMS?
At least one endpoint (source or target) must be in AWS.
28
What does Application Discovery Service do?
Discovers and analyzes on-prem systems before migration.
29
What are the two types of discovery?
Agentless (for VMware); Agent-based (for detailed tracking).
30
What is AWS Application Migration Service (MGN)?
Lift-and-shift tool for migrating physical/virtual servers to AWS.
31
Key performance metrics for MGN?
RTO = minutes; RPO = sub-seconds.
32
You need to extend on-prem file share into AWS → Which service?
File Gateway.
33
You need to back up VM volumes to AWS → Which service?
Volume Gateway.
34
One-time NFS migration to AWS → Which service?
DataSync.
35
Migrate Oracle DB to Aurora with schema conversion → Which services?
DMS + SCT.
36
Migrate full data center (PB-scale) → Which service?
Snowmobile.
37
Legacy app uses SFTP, no app code change allowed → Which service?
AWS Transfer Family.
38
Want to track progress of database + server migrations in one place → Which service?
Migration Hub.
39
Your organization needs to migrate 500 TB of data from an offline location with no internet connection. The data must be encrypted during transit. Which AWS service should you use?
✅ B. AWS Snowball Edge
40
A legacy logistics application uploads files daily using SFTP to an on-prem server. You are moving the application’s backend to AWS, but the app cannot be modified. Which service should you use to handle the file uploads?
✅ B. AWS Transfer Family
41
You’re tasked with migrating a MySQL database from on-premises to Amazon Aurora. The migration must happen with minimal downtime. Which services should you use?
✅ C. AWS DMS with Full Load + CDC
42
You’re running out of space on your company’s local NFS file server. You want to expand storage capacity without replacing the server, while backing up all files to AWS. Which service should you use?
✅ B. AWS File Gateway
43
Your company wants to replicate VMware virtual machines into AWS for disaster recovery. Which AWS service should you recommend?
✅ C. AWS Application Migration Service (MGN)
44
You need to back up physical tape libraries to the cloud using the same backup software your company already uses. What’s the best AWS service?
✅ C. AWS Tape Gateway
45
You’re planning to migrate workloads to AWS and want detailed CPU, RAM, disk, and process-level insight for existing physical and virtual machines. What tool should you use?
✅ B. AWS Application Discovery Agent
46
Your team is migrating both a SQL Server and Oracle database to Amazon RDS. One will move to SQL Server on RDS and the other to Aurora PostgreSQL. What tools should you use?
✅ A. DMS + SCT
47
You’re tasked with moving several terabytes of archived data to Amazon S3, but the internet connection is slow and unreliable. What’s the best approach?
✅ C. AWS Snowball Edge
48
A retail company needs to migrate file shares from a Windows file server to AWS while keeping recent files cached locally for faster access. What’s the best solution?
✅ B. AWS File Gateway in Cached Mode
49
You’ve migrated a MySQL database to AWS but need to keep syncing the on-prem and AWS versions in near real-time. Which migration type should you use?
✅ C. CDC Only
50
You need to track the progress of VM and database migrations across multiple AWS accounts and services. Which AWS tool should you use?
✅ C. AWS Migration Hub
51
What is AWS Snowmobile designed for?
AWS Snowmobile is designed for exabyte-scale transfers like 1 PB; secure, offline, and encrypted.
52
What does AWS Transfer Family support?
AWS Transfer Family supports SFTP and integrates with S3, perfect for legacy apps that can't be changed.
53
What is AWS DataSync ideal for?
AWS DataSync is ideal for one-time NFS/SMB migrations to S3 or EFS.
54
What is AWS MGN used for?
AWS MGN is the go-to for lift-and-shift of virtual machines from vSphere/VMware.
55
What does Tape Gateway replace?
Tape Gateway replaces physical tape libraries and integrates with backup software and S3 Glacier.
56
What does Volume Gateway provide?
Volume Gateway provides iSCSI block volumes, great for VM disk backups and EBS snapshot integration.
57
What is Snowcone designed for?
Snowcone handles up to 8 TB and is rugged, ideal for bandwidth-limited, remote IoT environments.
58
What does MGN handle?
MGN handles lift-and-shift of physical servers and supports minimal downtime migration.
59
What does Application Discovery Service help with?
Application Discovery Service helps inventory VMs and dependencies before migration.
60
What is Snowball Edge suited for?
Snowball Edge is suited for hundreds of TBs, bypassing slow internet.
61
What access does Transfer Family allow?
Transfer Family allows FTP/SFTP access and stores files in S3 — fits legacy FTP scenarios.
62
What does DMS + SCT handle?
DMS + SCT handles heterogeneous DB migrations (e.g., Oracle → Aurora).
63
How does Tape Gateway function?
Tape Gateway emulates tape systems using the cloud — perfect replacement for tape backups.
64
What is unique about Snowmobile?
Snowmobile is the only service designed for >100 PB migrations.
65
What does File Gateway (Cached Mode) provide?
File Gateway (Cached Mode) provides low-latency local file access and S3 backend.
66
What does Application Discovery Service gather?
Application Discovery Service (agent-based or agentless) gathers server/app usage data.
67
What RTO and RPO does MGN offer?
MGN offers RTO in minutes and RPO in sub-seconds — ideal for low-downtime cutover.
68
What is DataSync best for?
DataSync is best for one-time file migrations over SMB/NFS to S3/EFS.
69
What is the recommended process for bulk transfer?
Use SCT + Snowball Edge for initial bulk transfer, then DMS with CDC to sync changes.
70
What does Volume Gateway (Stored Mode) allow?
Volume Gateway (Stored Mode) allows local VM access with full backup to AWS.