Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
NazzSk
Contributor
Contributor

Invoke Talend job in a EC2 through API call from a website

Hi All,

We are building a web portal application in AWS, where business users data scientist will raise a data copy request from one AWS environment to another AWS environment(let's say from stage to dev).

So whenever a user submits a request in the web portal I should invoke the talend DI job (deployed in an EC2 instance ) in the backend to process the data copy request.

Please let me know how can I achieve this?

we are using talend cloud real-time big data platform.

Thanks,

Naveen

1 Reply
Anonymous
Not applicable

I assume you have deployed the Job on a Remote Engine on an EC2 instance. There could be two options:

  1. Invoking the Talend Cloud API "POST /executions" to Execute a Task associated with the Talend DI Job
  2. Invoking the Talend DI Job using a Webhook