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: 
Ganshyam
Creator II
Creator II

AWS CLI Command not working while executing in Apache airflow.

Hello All,

I am trying to execute the AWS CLI command to list the s3 folder file details through tsystem component and create the txt file from the output of the command.

aws s3 ls s3:.//bucket/bucket_path >> abc.txt

It is working fine in lower environment , where we are running in the Talend Execution servers.

But in higher environment jobs are containerized , where the job docker image are created and it is run via airflow , which hits the ECS fargate.

My doubt is whether the AWS CLI command is not getting executed in ECS fargate , any permission required to execute the command ?

Labels (3)
0 Replies