
Answer-first summary for fast verification
Answer: Acquire an AWS Snowball Edge device, transfer the data to an Amazon S3 bucket via the S3 interface, and then utilize AWS Database Migration Service (AWS DMS) to move the data to Aurora MySQL.
The correct answer is C. Using an AWS Snowball Edge device allows for faster data transfer by physically shipping the data to AWS rather than relying on limited internet bandwidth. Once the data is in an Amazon S3 bucket, AWS Database Migration Service (AWS DMS) can efficiently migrate it to Amazon Aurora MySQL. This method significantly reduces the time required for the migration compared to transferring data over the internet or using other services that are not optimized for bulk data movement. Additionally, AWS Snowball Edge offers more storage capacity than a regular Snowball device, making it suitable for the 60 TB database.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company needs to migrate a 60 TB on-premises MySQL database to Amazon Aurora MySQL in the us-east-1 Region using their limited bandwidth internet connection, which is estimated to take a month. What is the fastest migration solution for this scenario?
A
Establish a 1 Gbps AWS Direct Connect link between the on-premises data center and AWS, then use AWS Database Migration Service (AWS DMS) to transfer the MySQL database to Aurora MySQL.
B
Employ AWS DataSync to enhance data transfer over the existing internet connection, followed by using AWS Application Migration Service to migrate the MySQL database to Aurora MySQL.
C
Acquire an AWS Snowball Edge device, transfer the data to an Amazon S3 bucket via the S3 interface, and then utilize AWS Database Migration Service (AWS DMS) to move the data to Aurora MySQL.
D
Obtain an AWS Snowball device, transfer the data to an Amazon S3 bucket using the S3 Adapter for Snowball, and subsequently use AWS Application Migration Service to migrate the data to Aurora MySQL.
No comments yet.