A company needs to migrate of archived media files from its on-premises Network Attached Storage (NAS) to Amazon S3. The company has a dedicated outbound internet connection of that is shared with other business operations, and the migration must be completed within 30 days. Which migration method should a solutions architect recommend to transfer this data to Amazon S3 within the required timeline?
- ADeploy an AWS DataSync agent on-premises and configure a task to transfer the files over the existing internet connection directly to the Amazon S3 bucket.
- Order multiple AWS Snowball Edge Storage Optimized devices, copy the data locally to the devices, and ship them back to AWS for import into the Amazon S3 bucket.Answer
- CSet up an AWS Transfer for SFTP endpoint integrated with the on-premises NAS, and use custom scripts to upload the files using cross-account AWS-managed KMS keys (aws/s3).
- DProvision an AWS Direct Connect connection with an AWS Transit Gateway to route the data transit over a new private virtual interface directly from the NAS to S3.
Answer
Order multiple AWS Snowball Edge Storage Optimized devices, copy the data locally to the devices, and ship them back to AWS for import into the Amazon S3 bucket.
The correct option is to use multiple AWS Snowball Edge Storage Optimized devices. Because transferring over a connection would take more than two years, utilizing physical Snowball Edge devices is the only viable method to complete the migration within the 30-day timeline.
Step-by-Step Solution
Key Concept
Selecting offline vs. online data transfer mechanisms based on dataset size, network bandwidth, and project timelines.