Suppose I have a couple of terabytes worth of data files that have accumulated on an EC2 instance's block storage.
What would be the most efficient way of downloading them to a local machine? scp
? ftp
? nfs
? http
? rsync
? Going through an intermediate s3
bucket? Torrent via multiple machines? Any special tools or scripts out there for this particular problem?
Please follow these rules:
This will be the easiest and most efficient way for you.