AWS Batch is not getting triggered from Eventbridge scheduler/rule

78 Views Asked by At

I have created a batch job to run a simple python program from ECR Docker and able to submit the job and it is getting executed successfully.

I am trying to trigger the same batch job from eventbridge scheduler/rule. I have given all the required details and tried with admin role for execution from eventbridge but no luck.

I see the same job execution count from the Batch dashboard. I have created rule to capture event logs as one target and able to see the event logs but not the Batch job logs or at least run count in the dashboard.

I have followed the AWS documentation and as well as blogs..

Please suggest me where i am missing or is there any additional set up has to be done. Thanks in advance!!!!

0

There are 0 best solutions below