All Content 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
Select up to 5 tags to filter
Sort by most recent
We use ECS Fargate for hosting customer application, from time to time we see Fargate apps restarted from aws ecs maintenance events
We want to create an Event Bridge Rule to capture the 14 day...
Hello, I'd like to know if it's possible to filter duplicate CVE findings that get sent to ChatBot, preferably without any Lambda functionality. Right now we get tons of duplicates in our Slack...
I have created MalwareProtection for s3. When an event pattern detects malware finding in s3, an associated SNS topic should send an email. It doesn't. I have the following CloudFormation, and...
I have an event bridge rule that sends to another SNS topic. Before sending to another SNS topic it must be in a specific format similar to a CloudWatch Alarm like below.
How can I satisfy this...
In the process of creating an event bridge rule, in which will contain multiple AWS Config non-compliant events and sent them to SNS topic or Lambda I want.
The problem and concern is I want to...
**Issue:**
When I call ***FilterLogEvents*** and repeat/loop the call, using *nextToken* from the response, to load all the results that match the query (same filter string, and time window), the...
Hello,
we set up the following `Event pattern` for EventBridge:
```
{
"source": ["aws.inspector2"],
"detail-type": ["Inspector2 Finding"],
"detail": {
"status": ["ACTIVE"],
"severity":...
Hello, we are trying to use the Input Transformer to transform Amazon Inspector2 events that are then sent to our Slack.
Without input transformer everything works as expected and we receive...
I have a use case where I have an existing SNS topic that sends appropriate notifications to appropriate subscribers.
However, the only payload it accepts at the moment is the format of CloudWatch...
When setting up AWS Config to send to > Event Bridge > SNS, am I able to specify certain rules that AWS Config generates to send to the event bus? Or am I only allow to send ALL rules to the event...
I am trying to modify an existing Config rule to send to an event that will eventually go to an SNS topic and perform the rest of the functions needed.
However, I am not able to find this on an...
I'm only seeing evnets for API calls or common metrics based on operations. But for public access is it possible to create these events to trigger an SNS?
Are there any examples of these I can find...