I have a shell script that spins up some AWS instances to run tests on. As part 
of the init process on each instance it downloads and installs jmeter. I've 
noticed lately that the location I'm using is often very slow and I was 
wondering if there was a better one to use?

This is where I am having the issue: 
https://github.com/oliverlloyd/jmeter-ec2/blob/master/install.sh#L47

Note. I could self host the files, I've taken that approach with certain 
plugins, but because I'm letting people choose which version they want to use 
it's substantially better if they don't have to wait for me to copy over 
distributions into my own S3 bucket when new releases are made.

Thanks
Oliver

Reply via email to