Which solution will meet these requirements?
Create an AWS site-to-site VPN tunnel to an Amazon S3 bucket and transfer the files directly. Transfer the files directly by using the AWS CLI.
Order 10 AWS Snowball Edge Storage Optimized devices, and select an S3 Glacier vault as the destination.
Mount the network-attached file system to an S3 bucket, and copy the files directly. Create a lifecycle policy to transition the S3 objects to Amazon S3 Glacier.
Order 10 AWS Snowball Edge Storage Optimized devices, and select an Amazon S3 bucket as the destination. Create a lifecycle policy to transition the S3 objects to Amazon S3 Glacier.
Explanations:
Using a VPN and the AWS CLI to transfer the files directly would likely saturate the 1 Mbps connection due to the high data volume, making it unfeasible for this requirement.
AWS Snowball Edge devices are designed to handle large amounts of data transfer without relying on internet bandwidth, but selecting S3 Glacier as the destination is not supported directly. The Snowball Edge typically targets S3 standard or other storage classes.
Mounting the network-attached file system to an S3 bucket and using lifecycle policies is not possible because S3 is not a traditional file system and cannot be directly mounted like that.
Ordering Snowball Edge devices allows for the transfer of large amounts of data without saturating the internet connection. By selecting an S3 bucket as the destination, the files can be uploaded to the bucket, and lifecycle policies can be applied later to transition them to S3 Glacier for archival storage.