Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
All Content tagged with Amazon EventBridge Scheduler
Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
23 results
AWS OfficialEXPERT
published 2 months ago0 votes308 views
This spotlight on Amazon EventBridge equips you with the skills and troubleshooting tips to get the most out of a scalable service.
I have an EventBridge Scheduler schedule that has an ECS task as its target. The cron schedule is UTC (8 0 ? * 2-6 *). I can see Scheduler attempts in CloudWatch metrics, but my ECS task only starts u...
2
answers
0
votes
222
views
asked 5 months ago
In cron expression
cron (30 4 31W * ? *)
The next 10 trigger dates are
```
Wed, 31 Dec 2025 04:30:00 (UTC + 05:30)
Fri, 30 Jan 2026 04:30:00 (UTC + 05:30)
-- skips feb 2026 (which is correct, it s...
2
answers
0
votes
157
views
asked 5 months ago
I have a use-case where there are records that needs to evaluated on a particular time and than actioned. The scale is ~5M. For this usecase i have considered following approach:
1. These records woul...
1
answers
0
votes
173
views
asked 8 months ago
I have done a poc to create a schedule job using AWS Event bridge schedule which connects to a lambda (rust runtime or python) to publish a message to kafak topic in MSK cluster
where each schedule sh...
2
answers
0
votes
154
views
asked 9 months ago
Hi Team,
I have so many schedules run in AWS EventBridge schedules approx (3500+) out of which more than 30 schedules run in every minute, but the rate quota for the calls to the amazon ECS RunTask ...
2
answers
0
votes
179
views
asked 10 months ago
Greetings,
i was doing some Rate-Based minute test. With the following setup:

I am expecting that the last time this triggers th...
Accepted AnswerAmazon EventBridge Scheduler
1
answers
0
votes
140
views
asked 10 months ago
Hi AWS Community,
I'm encountering a persistent ResourceNotFoundException in my Amplify Gen 2 project when AppSync tries to resolve a GraphQL mutation by invoking a Lambda function. The error specific...
1
answers
0
votes
221
views
asked a year ago
Hi,
I am currently looking at the CreateSchedule API for the EventBridge Scheduler:
https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateSchedule.html#API_CreateSchedule_RequestSyntax
I...
Accepted AnswerAmazon EventBridge Scheduler
2
answers
0
votes
250
views
asked a year ago
So I'm logged into the console as a root user, and I can't remove an EventBridge trigger I added as a root user:
> Unable to determine service/operation name to be authorized
Well, I'm kinda root, I...
2
answers
0
votes
603
views
asked a year ago
**Project Goal and Architecture**
We're building a scheduled messaging system with the following features:
Users create postcards with scheduled delivery dates
At the scheduled time, the system send...
1
answers
0
votes
377
views
asked a year ago
Hello everyone,
I’m running into a problem where my EventBridge Scheduler rules fire immediately after a deployment, even though they shouldn’t. Here’s what’s happening:
Infrastructure as code: I ma...
2
answers
0
votes
360
views
asked a year ago