How to send different parameters for each child job in AWS batch array job

Issue

This Content is from Stack Overflow. Question asked by nitin sharma

I have created a compute environment in AWS batch which basically prints “Animal Names”. Cmd (python animal.py “animal_name= cat”

Now i am trying to submit an ArrayJob with 4 child jobs and each child job has its own different animal name parameter.Is it possible to achieve?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?