Hey Patrick -
I have been frustrated with some of the performance of agents in specific locations on webpagetest.org so am looking to create a server and agents of my own. Was ecstatic to hear that you have a server image on EC2 that is set to autoscale depending on usage!
However, looking through the code, I’m wondering how ‘public-ready’ is this? Here are the things that caught my attention:
- Reference to this url (http://169.254.169.254/latest/user-data) in www/cli/ec2init.php
- Summary emails going directly to pmeenan@webpagetest.org in www/cli/scrub-ec2.php
- Am I correct that it’s set to start up m1.small instance types? Those are pretty old and from my testing under spec of what’s needed to have reliable results.
Not trying to critique your code (I love what you’ve done with WPT), just curious if this really can be done in 5 minutes according to these instructions or if I should expect some headaches and debugging?
Thanks a ton!