Following this: webpagetest/Server AMI.md at master · WPO-Foundation/webpagetest · GitHub, I spun up the “us-east-1: ami-fcfd6194” ec2 instance. I gave it appropriate permissions. When I went to its IP in a browser, I got the WebPageTest Private Instance page. I scheduled one test from the UI, and I saw an m3.medium instance get created, but that’s it… tests are not progressing. This is the call made:
"GET /runtest.php?url=http%3A%2F%2Fwww.google.com&location=us-east-1%3AChrome.Cable&connectivity=Cable&runs=1&video=1&private=1&f=json&k=somerandomkey HTTP/1.1" 200 280 "-" "-"
getLocations.php page shows Total Tests: 3, High Priority: 1, and Being Tested: 0.
I did not modify any files other than settings.ini to provide the keys.
What am I missing? I thought I was following the documentation…