Questions tagged with Amazon EventBridge
serverless event bus service that you can use to connect your applications with data from a variety of sources
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
614 results
When a MediaConvert job has at least one output that encounters an error, the service sends a MediaConvert ERROR event. This event signifies a job-level failure.
https://docs.aws.amazon.com/mediaconve...
2
answers
0
votes
69
views
asked 2 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
57
views
asked 2 months ago
I am trying to set up a standard architecture for feeding a DynamoDB Stream to an EventBridge event bus using an AWS::Pipes::Pipe in a single AWS account. My goal is to capture DynamoDB item-level cha...
1
answers
0
votes
81
views
asked 2 months ago
I am trying to forward the AWS SES events like hard bounce to cloud watch log groups via event bridge. Before pushing to cloud watch log group i need to transform the message and i am trying to use in...
2
answers
0
votes
141
views
asked 3 months ago
Hi all
I configured an EventBridge rule to trigger SNS when there are new Security Hub findings. The event pattern of the rule is as follows.
```
{
"source": ["aws.securityhub"],
"detail-type...
1
answers
0
votes
227
views
asked 3 months ago
EventBridge has at-least-once delivery. The event format is documented here: https://docs.aws.amazon.com/eventbridge/latest/ref/events-structure.html
However, what isn't documented is how exactly a p...
1
answers
0
votes
361
views
asked 3 months ago
I am caught in a loop of contradictory CloudFormation errors while trying to create a simple AWS EventBridge rule that logs all events from a specific source to a CloudWatch Logs group. I have tried m...
1
answers
0
votes
118
views
asked 3 months ago
We have a requirement of converting existing lambdas into eks container (1 container a pod ). We have all the setup of eks pod creations and we have been working with pods for quite some time now. But...
2
answers
0
votes
171
views
asked 3 months ago
Hi AWS Community 👋,
I recently built a fully automated RCA + patching engine for AWS Glue jobs using Lambda, DynamoDB, and Gemini (LLM).
Here’s what it does:
- Detects Glue failures
- Sends logs to...
1
answers
0
votes
57
views
asked 4 months ago
AWS has a doc for fairness in standard SQS queues, called fair queues [doc](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fair-queues.html).
Is it possible to use this...
2
answers
0
votes
227
views
asked 4 months ago
The feature is described @ https://aws.amazon.com/blogs/aws/monitor-and-debug-event-driven-applications-with-new-amazon-eventbridge-logging/ and it shows the logs going to CloudWatch and S3 but there'...
2
answers
0
votes
84
views
asked 4 months ago
I want to create a event bridge rule with cloudtrail

I created a seperate trail also.
Then i create a rule
![Enter...
1
answers
0
votes
45
views
asked 4 months ago