Which solution will meet these requirements with the LEAST operational overhead?
Use AWS DataSync to move the data. Create a custom transformation job by using AWS Glue.
Order an AWS Snowcone device to move the data. Deploy the transformation application to the device.
Order an AWS Snowball Edge Storage Optimized device. Copy the data to the device. Create a custom transformation job by using AWS Glue.
Order an AWS Snowball Edge Storage Optimized device that includes Amazon EC2 compute. Copy the data to the device. Create a new EC2 instance on AWS to run the transformation application.
Explanations:
AWS DataSync requires network connectivity, but the data center lacks available bandwidth, making this option unsuitable.
AWS Snowcone devices are intended for smaller data transfers, typically up to 8 TB, and would require multiple devices, leading to higher operational overhead.
AWS Snowball Edge Storage Optimized is suitable for large data transfers, supports 50 TB of data, and AWS Glue can handle the transformation with minimal setup, reducing operational overhead.
While AWS Snowball Edge Storage Optimized with EC2 compute is suitable for the transfer, creating and configuring an EC2 instance for transformations increases operational overhead compared to using AWS Glue.