Hey,
I’ve been setting up a private instance of WPT on AWS EC2’s.
I’ve set the server up on an ubuntu t1.micro. This looks to be setup correctly as I can reach the home page.
The problem is the test location/browser drop down’s are not populated.
I’ve edited the locations.ini file to look like the following:
[locations]
1=EU_W
default=EU_W
;
; ****** Ireland *****
;
[EU_W]
1=EU_WEST
2=EU_WEST_wptdriver
label="Europe (Ireland)"
lat=53.343583
lng=-6.267014
default=EU_WEST
[EU_WEST]
; AMI: ami-33b98747
; user-data: wpt_server=wpt.example.co.uk wpt_key=SecretKey wpt_location=EU_WEST
browser=IE 9
latency=0
label="Europe (Ireland) - IE9"
key=SecretKey
[EU_WEST_wptdriver]
; uses same instance as EU_WEST (make sure the SecretKey is the same for both)
browser=Chrome,Firefox
latency=0
label="Europe (Ireland)"
key=SecretKey
I’ve install the agent from the AMI with the user data:
wpt_server=wpt.example.co.uk wpt_key=SecretKey wpt_location=EU_WEST
Reading the instructions. I believe the Agent needs to poll the Server before the locations display?
Do I need to apply any special inbound/outbound settings to the security group of either. At the moment I have added The default SSH for the server, RDP for the Agent and HTTP/HTTPS inbound for the server.
Any help pointing out where I have gone wrong would be appreciated.