1
0
-1

Hi!

 

I just would to know if it is possible to use Joget to automate some activities in my amazon cloud. It is not clear if I can easily embed aws cli commands or run some kind of powershell script command from this tool. Thank you!

Br,

Mike

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, yes it should be possible. You could use Java in a BeanShell script or plugin to execute the cli or script commands e.g. https://stackoverflow.com/questions/15464111/run-cmd-commands-through-java. Alternatively, you could also develop a custom plugin to make use of the AWS SDK for Java https://aws.amazon.com/sdk-for-java/.

       

        CommentAdd your comment...