EC2 AMI Timing Out
|
07-20-2015, 10:36 PM
Post: #1
|
|||
|
|||
EC2 AMI Timing Out
When trying to run WPT using the API, I get the following error:
Code: error: Error running WebPageTest: { error: I have no idea what I'm doing right and what I'm doing wrong so any help would be useful. Here is my locations.ini file: Code: ; This is a sample locations.ini that includes all of the EC2 locations, AMI's and my wptdriver.ini: Code: [WebPagetest] I run it via sitespeed.io which triggers the following command: Code: Running WebPageTest http://www.example.com/ pollResults=10, timeout=600, firstViewOnly=false, runs=3, private=true, aftRenderingTime=true, location=us-east-1:wptdriver, connectivity=Cable, video=true Can anyone suggest what I'm doing wrong? Thanks! |
|||
07-21-2015, 09:00 AM
Post: #2
|
|||
|
|||
RE: EC2 AMI Timing Out
I'm helping mrhappystein out with this and we noticed earlier today that the WPT test agents are being launched without an external IP. If I manually add an external elastic IP to the test agent then the private instance works fine.
Is there a way in the configuration to tell the master instance to automatically assign an external IP to the test agents? Or preferably, is there a way to tell the master instance to communicate with the test agents via their internal IP? |
|||
07-21-2015, 10:33 AM
Post: #3
|
|||
|
|||
RE: EC2 AMI Timing Out
The agents poll the server for work so the server doesn't need to know their IP's but they do need to be able to reach the server.
There is a "host" setting in settings.ini that can be used to tell the agents what to use for the server hostname/IP: https://github.com/WPO-Foundation/webpag...sample#L63 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)