I've recently setup a new site which utilises Amazon Cloudfront to distribute very large files, however Amazon is currently making so many requests to my server for so long that my entire site is coming to a stand still.
I should note that i'm not using S3, cloudfront is connecting direct to my server.
I have a 100mb data connection and the files i'm trying to distribute are two 3GB files. However if I run iftop in ssh Amazon ip addresses seem to take up every row probably trying to cache the same file to multiple different servers and they appear to be using up my entire connection.
Is there anyway to limit cloudfront to a connection of say 10mb's or less?