AWS Certified Solutions Architect – Professional — Question 924

A weather forecasting company is migrating an application that stores data on premises in a PostgreSQL database. The Company wants to migrate the database to Amazon Aurora PostgreSQL. The database size grows at an average rate of 5 GB daily and is currently 50 TB. The data center has an internet connection with
50 Mbps of available bandwidth. The migration to AWS must be completed as soon as possible within the next 21 days.
Which data transfer strategy meets these requirements with the LEAST amount of application downtime?

Answer options

Correct answer: D

Explanation

Transferring 50 TB over a 50 Mbps network link is mathematically impossible within 21 days, as it would take over 90 days, ruling out network-only transfer methods like Options A and B. AWS Snowcone (Option C) does not have the storage capacity to hold a 50 TB backup. Option D is the correct approach because an AWS Snowball Edge Storage Optimized device can comfortably hold the 50 TB payload, and AWS DMS combined with the Schema Conversion Tool allows for physical transport of the bulk data while replicating ongoing changes to ensure minimal downtime during the final cutover.