AWS CLI

sgenzer
sgenzer
Altair Employee
edited November 5 in Community Q&A
Has anyone ever executed AWS CLI commands from within RapidMiner - either via Execute Program, Execute Script (i.e. Groovy/Java), or Python? I'm at the limit of my skillset here and cannot get it to work. I can run aws cli from my command line but get constant errors with Execute Program: Error Code 127 Command Not Found

Answers

  • rfuentealba
    rfuentealba New Altair Community Member

    No, I haven't. but I do have certain skills that might help you. Can you connect to the aws cli and execute the following commands?

    echo $PATH<br>echo $TERM<br>echo $SHELL<br>uname -a<br>

    This will give you an idea on what is the environment you are running inside the aws cli. If you can execute the same commands on the RapidMiner process and send these to me (in private), we can help you setting up the AWS environment for running programs. ;)

    I have noticed that this comes a few days too late, feel free to ping me if you have issues with UNIX environments ;-)

    All the best,

    Rod.
  • sgenzer
    sgenzer
    Altair Employee
    Thank you Rod! I will for sure.