AWS Batch job not showing up in Amazon Eventbridge scheduler

0

Hi Team,

We are trying schedule AWS Batch job with Amazon Event bridge but while scheduling, already created AWS batch job not showing up. Please help here to resolve this issue.

Regards, Rajesh B

已提問 9 個月前檢視次數 552 次
2 個答案
0
已接受的答案

I'd be happy to help you troubleshoot this issue. Here are a few steps you can take to resolve it:

  1. Verify the AWS Batch job's status: Check the status of the job you are trying to schedule. Ensure that the job is in a valid state, such as VALID or ENABLED. If the status is INVALID or DISABLED, you may need to fix any configuration issues or enable the job.

  2. Confirm that the job is properly tagged: AWS Batch jobs need to have specific tags to be recognized by Amazon EventBridge. Ensure that the job has a tag with the key aws:dlm:event-type:batch-job and a value that matches the value you specified in the EventBridge rule.

  3. Confirm that the EventBridge rule is correctly set up: Double-check your EventBridge rule configuration. Ensure that the rule is targeting the correct event pattern or schedule expression and that the target is set to AWS Batch. Make sure the rule is active and hasn't expired.

  4. Check the Amazon EventBridge event bus: Verify that the event bridge is using the correct event bus or default event bus. Check if the rule and event are visible or if any filtering is in place that may prevent the job from being triggered.

  5. Review CloudWatch Logs: If the above steps didn't solve the issue, you can enable CloudWatch logging for your job and check the related logs. This can help you identify any errors or issues that are preventing the job from being scheduled correctly.

profile picture
已回答 9 個月前
0

@Pedro As shown below Batch Job Queue being showed under AWS service as target in AP-SOUTH-1 region but not showing up in AP-SOUTH-2 region. This is the new region we enabled yesterday Enter image description here

Regards, Rajesh B

已回答 9 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南