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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bernhardlenz
Contributor
Contributor

Run Remote Agent in AWS ECS as docker task?

Is it possible to run the remote agent as a docker task in AWS ECS? Is there any documentation available? I searched on google but could not find anything that seemed to be relevant...

Labels (4)
1 Reply
david_lucas
Support
Support

Guten Tag. 

We don't deliver remote engine on container. However, you can create your own DOCKERFILE with respecting the supported distribution (base image )

 

For instance :

FROM eclipse-temurin:17
COPY ./Talend-RemoteEngine-V2.13.9-279-Linux-x64.run /
#check installer option with --help
RUN /Talend-RemoteEngine-V2.13.9-279-Linux-x64.run --mode unattended --installdir <installdir> --region <region> --authkey <authkey>
RUN rm /Talend-RemoteEngine-V2.13.9-279-Linux-x64.run
CMD $INSTALL_PATH/bin/start

Then forom this created image, run the container with port redirection  for inbound packets:

https://help.qlik.com/talend/en-US/installation-guide-windows/Cloud/region-agnostic-urls-and-port-in...

 

Keep in mind

Qlik supports running on virtual machines and Docker containers. For both virtualization systems and Linux-based Docker containers, Qlik relies on the vendors’ compatibility statements to ensure the proper running and execution of the Talend software.

Qlik does not deliver prepackaged Docker Images or Dockerfile for Talend applications.

 

https://help.qlik.com/talend/en-US/installation-guide-linux/8.0/compatible-operating-systems#anchor-...