I am working on polling the task status that is run by run_task. Now i am not able to get the task arn. I tried to use aws-cli to get the task arn that is just initiated by the the run_task. But no command seems good for my usecase. So it will be much better if i can just get the taskarn from the run_task command in BASH_ENV.
Why is this needed
It will make it much easy as straightforward to get the logs and poll the task which is intiated by run_task command.
What would you like to be added
I am working on polling the task status that is run by
run_task
. Now i am not able to get the task arn. I tried to use aws-cli to get the task arn that is just initiated by the therun_task
. But no command seems good for my usecase. So it will be much better if i can just get the taskarn from therun_task
command in BASH_ENV.Why is this needed
It will make it much easy as straightforward to get the logs and poll the task which is intiated by run_task command.