AWS Certified Solutions Architect – Professional — Question 328

A solutions architect has been assigned to migrate a 50 TB Oracle data warehouse that contains sales data from on-premises to Amazon Redshift. Major updates to the sales data occur on the final calendar day of the month. For the remainder of the month, the data warehouse only receives minor daily updates and is primarily used for reading and reporting. Because of this, the migration process must start on the first day of the month and must be complete before the next set of updates occur. This provides approximately 30 days to complete the migration and ensure that the minor daily changes have been synchronized with the
Amazon Redshift data warehouse. Because the migration cannot impact normal business network operations, the bandwidth allocated to the migration for moving data over the internet is 50 Mbps. The company wants to keep data migration costs low.
Which steps will allow the solutions architect to perform the migration within the specified timeline?

Answer options

Correct answer: D

Explanation

Migrating 50 TB of data over a 50 Mbps network connection is mathematically impossible within the 30-day window, making physical data transfer via AWS Snowball necessary. AWS SCT with extraction agents facilitates the offline migration of bulk data to Snowball while simultaneously preparing for ongoing change replication. Once the Snowball is imported into S3, AWS DMS can apply the cached daily changes over the 50 Mbps connection to keep the target Redshift cluster synchronized with minimal cost and network impact.