Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Deploy Talend Jobs to AWS

I have developed a REST api using Talend Data Fabric 6.4.1   This job exposes a GET endpoint to display a hello message to the user.  I deployed in the local runtime (/container/deploy) and then started using (./trun) command, and it works fine.

Now, i want to deploy it to AWS cloud. Can anyone help me on how to deploy a talend REST api's to AWS or any other cloud and then how can i access the endpoint ?

 

Regards,

Ritesh.

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Same as you have deployed it on your machine.  You instantiate a VM, install your container and deploy your REST API.  

 

What is your target VM?