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?