Connection refused when deploying API

vshakhlin
Level 1
Connection refused when deploying API
Hello, I am trying to deploy API in my AWS instance, I have already done all step from the tutorial (https://www.dataiku.com/learn/guide/tutorials/deploy-scoring.html). However, I don't understand what should I put to List of API nodes. I tried to put here my Public DNS (IPv4) (like http://ec2-34-196-149-179.compute-1.amazonaws.com:11700) or IPv4 Public IP (like http://34.196.149.179:11700) but I got a warning: Connection refused (Connection refused). Port 11700 have added in my AWS security group rules. If I try to put URL without port I get an error: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
0 Kudos
1 Reply
Alex_Combessie
Dataiker Alumni
Hi,

Indeed to deploy an API service, you will need to make a dedicated "API node" installation, as documented in https://doc.dataiku.com/dss/latest/apinode/installing-apinode.html.

Then you can use your "Design node" as an "API Deployer" to push API services to production on the installed API node. In a large team, you would probably configure a standalone API Deployer node that multiple Design nodes can push to. See this documentation for more details: https://doc.dataiku.com/dss/latest/apinode/installing-apideployer.html#using-a-standalone-api-deployer.

Note that the "Design node" contains an internal "development API server" for simple testing of API services. But it cannot be used for real production testing and deployment.

Hope it helps,

Alex
0 Kudos

Labels

?
Labels (1)
A banner prompting to get Dataiku