Error loading settings from wptdriver.ini

I am getting the following error after launching a fresh instance from AMI (IE9/Chrome/Firefox/Safari - ami-c262d9ab : 314854558937/ie9-20121031)

“Error loading settings from wptdriver.ini”

wptdriver.ini contents:

[WebPagetest]
browser=Chrome
Time Limit=60
software=http://www.webpagetest.org/installers/software.dat
ec2=1

[Chrome]
exe="C:\Program Files\Google\Chrome\Application\chrome.exe"
options='--load-extension="%WPTDIR%\extension" --user-data-dir="%PROFILE%" --no-proxy-server'
installer=http://www.webpagetest.org/installers/browsers/chrome.dat

[Firefox]
exe="C:\Program Files\Mozilla Firefox\firefox.exe"
options='-profile "%PROFILE%" -no-remote'
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox

[Safari]
exe="c:\Program Files\Safari\safari.exe"

User Data on AMI

wpt_server=wpt.mydomain.com wpt_key=XXXXXXXX

I’m unable to connect through remote browser. I can RDP into the instance, but opening localhost/127.0.0.1 in local browser does nothing.

Something wrong with the AMI?

you need to also specify the location in the user data (I don’t think wptdriver has the automatic location code yet).