Questions tagged with Amazon EventBridge

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I am currently trying to get my chatbot set up with some event rules. The specific rule I am working with right now is a Cloudformation Stack Status change. I am able to get my event rule filter set...
1
answers
0
votes
35
views
asked 2 days ago
I need to trigger my lamda via event rule when any new logs added to my existing log group.
1
answers
0
votes
20
views
asked 7 days ago
I want to create a lambda function that sends me an sns alert of the list of all roles assumed by a user over the last 24 hours whenever a role X in account B is assumed by another role from account A...
1
answers
0
votes
33
views
asked 7 days ago
Hi Everyone, Need a lambda function to delete the log groups, here we have event bridge rule when a new log group gets created lambda should validate whether there is a retention period is set or not...
1
answers
0
votes
42
views
asked 8 days ago
Hi, we have a use case that a user can upload multiple files on S3 and we don't know how many will be uploaded and neither we can have an event of finish upload but we want to process at batch of 5...
2
answers
0
votes
50
views
Paolo
asked 8 days ago
My customer is experience an issue of their Application Load Balancer IP change. They're using external DNS to point to the ALB CNAME. But when the IP address changed, somehow the external DNS...
3
answers
0
votes
57
views
AWS
Lei
asked 11 days ago
What exactly is the difference between ECS scheduled task and EventBridge scheduler + ECS RunTask? When to use which one? Does ECS scheduled task use EventBridge in the background? I couldn't find...
1
answers
0
votes
41
views
asked 11 days ago
I am using AWS Event bridge to trigger lambda function and I have set AWS queue as one of the destinations to lambda function but I am not getting the messages there. Can you please help with this?
1
answers
-1
votes
23
views
asked 15 days ago
Dear all, I need some helps on the topic. I input one 30 days self signed cert into acm. I also set sns topic and eventbridge and subscribed to the sns topic. But unable to get notifications from...
1
answers
0
votes
31
views
McDs23
asked 15 days ago
I have a simple AWS EventBridge pipe: SQS > EventBus The message body of the SQS message (which is a JSON object) should be the event detail of the EventBus event. But the input template (while...
1
answers
0
votes
43
views
Florian
asked 17 days ago
Hi! I'm trying to create at rule in Eventbridge that will target a Lambda function when an RDS snapshot tag is changed. I followed the Tag Change on Resource sample and came up with { "source":...
1
answers
0
votes
54
views
asked 19 days ago
We use EventBridge to trigger a number of applications. The event rule's pattern is always time-based or S3-based. The setup looks like this: ``` Pattern Target ...
2
answers
0
votes
58
views
asked 20 days ago