0

Im trying to deploy my classification engine following the tutorial on AWS.

In localhost, you deploy Event Server in port 7070 and then an engine in port 8000, but in AWS you have Event Server running, and "pio deploy" tries to deploy the engine in 0.0.0.0:8000, or if I try to make an inquiry to my DNS:7070 I get:

curl -H "Content-Type: application/json" -d '{ "attr0":2, "attr1":0, "attr2":0 }' http://MYDNS:8000/queries.json
curl: (7) Failed to connect to MYDNS port 8000: Connection refused

How is the way to get a correct deployment of the engines and make an inquiry using AWS ?

Thanks for any help :)

Leandro Latorre
  • 161
  • 1
  • 1
  • 6
  • I get It having a ssh connection using the shell to have the engine deployment, and accesing to my EC2IPpublic:8000 in AWS from another terminal. Still looking for how to get a persistent deployment when I close the ssh connection. – Leandro Latorre Jul 21 '15 at 07:37

1 Answers1

0

Looks like your question is answered on google groups: https://groups.google.com/forum/#!topic/predictionio-user/13dveknEVJw

Tom Chan
  • 71
  • 3