Questions tagged [aws-event-bridge]

For questions about Amazon EventBridge. Amazon EventBridge is a serverless event bus service, formerly called Amazon CloudWatch Events. when using this tag include the more generic [amazon-web-services] tag where possible.

694 questions
2
votes
1 answer

How to Schedule a start of DMS task by AWS EventBridge via CloudFormation template?

I am creting a cloudformation template. it is creating Database Migration Service Task. I need to do a scheduling of this DMS taks via EventBridge. I've created following resource in CloudFormation:- DMSStartTaskScheduler: Type:…
manish soni
  • 515
  • 1
  • 7
  • 19
2
votes
0 answers

AWS EventBridge Rule triggering on SSM Parameter Store change not working

I have a seemingly easy problem that already has cost me hours of troubleshooting without finding any solution. What I'm trying to to is simple: Create an EventBridge Rule that triggers on an SSM Parameter Store Parameter change. I use the default…
2
votes
0 answers

Dead-letter queue (redrive policy) permissions

I am trying to get a SNS topic to send messages to a Dead Letter Queue after failing. However I keep seeing the error message saying: Dead-letter queue (redrive policy) permissions Couldn't check Amazon SQS queue permissions. Make sure that the…
2
votes
1 answer

Retry Policy for Eventbridge Scheduler in CloudFormation

I am trying to implement Retry Policy into CloudFormation for Event Bridge Scheduler. According to documentation, it seems possible, however, when I try to deploy it that way, I get an error Properties validation failed for resource Scheduler with…
2
votes
1 answer

AWS eventbridge scheduler in cloudformation: Target needs RoleArn although permissions were attached to lambda function

I'm new to cloudformation and want to trigger a lambda function with the new event scheduler (AWS::Scheduler::Schedule). But although I added the permissions (lambda:InvokeFunction with eventbridge principle) to the scheduler, I still need to…
2
votes
0 answers

AWS Eventbridge doesn't trigger the targets which use input transformer

I have an Eventbridge rule which has two targets. One target is a CloudWatch log group and other is an SSM Automation (document). Rule triggers and both the targets show expected results. But as soon as I change the input (Eventbridge > SSM…
2
votes
0 answers

AWS EventBridge schedule to invoke API Gateway endpoint

I'm trying to build a schedule in AWS EventBridge that is going to invoke an API Gateway endpoint on a specific rate. However, I'm not able to specify the API Gateway endpoint when creating the schedule. I couldn't find examples in the documentation…
2
votes
1 answer

AWS EventBridge Rule Ignoring Key Prefix & Suffix Matching

I have an Event Bridge rule created where when I drop a file into an S3 bucket it will trigger a Step function. I only want to trigger this rule when: A file is in a folder called files/ (prefix: "files/") The file is a CSV (suffix:…
bananabreadbob
  • 369
  • 2
  • 10
  • 26
2
votes
1 answer

Getting Cloudwatch to send CreateLogGroup messages to EventBridge

I want CloudWatch to send CreateLogGroup messages to EventBridge. I understand this is possible, but also that Cloudwatch doesn't seem to send these messages by default. It seems you have to configure CloudTrail to get it to forward the message. But…
2
votes
1 answer

EventBridge Pipes Target Input Transformer - Formatting lists/arrays

I am using EventBridge Pipes to connect DynamoDB Streams directly to EventBridge. However, I am having difficulty transforming DynamoDB list attributes to my desired format using the Pipes Target Input Transformer. What I Want When I insert an item…
2
votes
0 answers

Sagemaker pipeline not getting triggered from S3 event bridge

I am using the event bridge rules console to trigger change/upload the new .csv file in the input_data folder in the bucket to trigger Sagemaker pipeline. But the Sagemaker pipeline is not being triggered. Here is what I did : Created a new folder…
Rohit Kumar Singh
  • 647
  • 1
  • 7
  • 17
2
votes
1 answer

Catch event when an SSM-agent becomes active

I want to trigger a lambda whenever a new EC2 instance is registred in SSM's Fleet Manager (meaning the instance can be connected to using SSM), however I can't find what pattern to use in EventBridge. Within EventBridge, I tried using the following…
2
votes
1 answer

ECR Cross Account Replication and Eventbridge for Pipeline

I have a requirement for ECR Cross Account Replication. I have 2 AWS Accounts, Account-A(Source) and Account-B(Destination). Am able to replicate image successfully from Source to Destination and using CodePipeline to create image. When new image…
2
votes
1 answer

Can I send events to EventBridge via Lambda?

I want to simply send an event from a lambda function TO an event bridge. Every thing that I search online is the other way around. And If I go to the AWS console and try to find lambda as an event source, nothing comes up. Can I send a custom event…
Jeremy Fisher
  • 2,510
  • 7
  • 30
  • 59
2
votes
2 answers

Why is AWS Lambda resetting every ~2hrs even with regular ping from EventBridge?

I have a Lambda function that has an unacceptably long start-up time due to large files being transferred on initialisation. Once this is done, the actual data processing is very quick I've set up a rule with EventBridge that keeps the function…
tewerty
  • 367
  • 1
  • 3
  • 9