Here is my infrastructure:
On M2, I have installed AWC CLI using pip, and run aws
command manually successfully.
I set up the J job to run that aws
command. But when J runs, it fails and the error message is:
... aws: command not found
Do you have any idea this happens and how to fix it?
Thank you.
Not so tough though: I should have given the full path to aws
tool. In my case, the correct command should be:
/usr/local/bin/aws <other sub-command and options>
This solves the problem. Hope this will save someone few hours struggling.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With