A company is migrating an SAP HANA database from on-premises to AWS. The current system uses 8 TB of data. The migration must be completed within a 4-hour downtime window. The network link has 1 Gbps throughput. What is the MOST efficient migration strategy?
Snowball Edge can transfer 8 TB offline within the required time.
Why this answer
At 1 Gbps, transferring 8 TB over the network would take approximately 18 hours (8 TB * 1024 GB/TB * 8 bits/byte / 1 Gbps = 65536 seconds = ~18 hours), exceeding the 4-hour window. AWS Snowball Edge can transport 8 TB offline. Option B (AWS Snowball Edge) is correct.
Option A (AWS DMS) would not meet the time constraint. Option C (AWS MGN) is for server migration, not database. Option D (Direct Connect) still has the same bandwidth limitation.