EC2 instances don't communicate (web server and one test agent)

Hi,

I’ve setup two EC2 instances. One with the web server, which is running ( /install confirms it) and on the other I put one of the agents’ ami. I have configured it with my web server’s url, a key and a location name in the user-data but it doesn’t work. My web server receive nothing. I have wrote a simple locations.ini file with only one filled with the parameters wrote in user-data.

user-data : wpt_server=http://***** wpt_location=Test wpt_key=xxxx

locations.ini :

[locations]
1=Test
default=Test

;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;

[Test]
1=IE
label=Test Location

;
; Tese are the browser-specific configurations that match the configurations
; defined in the top-level locations. Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;

[IE]
browser=IE 9
latency=0
label=“Test”
key=azerty

ami : ami-3ca3360c

Am I doing something wrong ?

Furthermore I would like to be sure that is the test agent which ping the web server ? So even if my config for locations is bad, I should see it in the apache access log ?

Thank you for your answers