Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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?