aws-event-bridge Questions
3
Solved
Is it possible to create an EventBrisge rule which can be scheduled to run at a certain time of day and call an API as a custom target?
It seems as though a schedule can be setup for targets if the...
Vernitavernoleninsk asked 17/11, 2022 at 17:43
3
Solved
I am trying to set up a demo environment to try out SQS as an AWS Event Bridge Source. I tried uploading few documents to SQS to see if Event Bridge detects any change, but I don't see any events t...
Violoncello asked 8/3, 2021 at 21:56
3
What I am trying to do is send an event from a different AWS account to my account which contains the eventbus.
For that I am trying to attach a role/policy to EventBus but I am not able to. I trie...
Supportable asked 12/8, 2020 at 0:13
3
Solved
I want to trigger an AWS lambda function via EventBridge every time an S3 Object is created in an S3 bucket called "mybucket", but ONLY if its name/key ends with a ".csv"-suffix...
Kelby asked 15/12, 2022 at 11:51
2
In Amazon Web Services (AWS) Eventbridge, I can create cron-style scheduled rules to fire an event regularly.
When I'm creating or editing these, I often want to test that they work immediately (ra...
Coeducation asked 15/4, 2022 at 11:40
3
Solved
I am using a Java lambda function to put a custom event to the AWS EventBridge. The target of this eventbridge is another Java lambda function. How to receive the Event in the target lambda functio...
Autosuggestion asked 9/2, 2021 at 11:21
2
Solved
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...
V1 asked 12/10, 2022 at 22:58
4
Solved
I have created an event rule in aws events bridge with event pattern:
{
"source": [
"aws.s3"
]
}
Target is a CloudWatch log group.
Now when I change something on bucket leve...
Dasyure asked 15/12, 2020 at 8:11
3
Solved
I am trying to enable Eventbridge notification on S3 but I am getting this error message "Unable to validate the following destination configurations
"
I am not sure what's causing this.
...
Playreader asked 10/5, 2022 at 10:14
1
Solved
I have searched a lot for a solution on the EventBridge for Amazon so I can use a cron which trigger a lambda function on the last day of the month in working days MON-FRI.
I cannot accomplish the ...
Loree asked 19/5, 2023 at 12:30
2
I'm creating a role to reboot automatically an EC2 instance. But I'm getting this error "The execution role you provide must allow AWS EventBridge Scheduler to assume the role."
In the r...
Esker asked 24/4, 2023 at 10:54
1
I am using aws EKS with a managed node group. Twice in the passed couple of weeks I had a case where the Kubelet in one of the nodes crashed or stopped reporting back to the control plane.
In this ...
Arguelles asked 7/3, 2022 at 10:30
1
I am trying to create a simple pipeline in SageMaker Studio with the tutorial presented here: https://sagemaker-immersionday.workshop.aws/lab6.html
I have followed every step and everything seemed ...
Cope asked 11/8, 2021 at 8:15
2
Solved
While I understand EventBridge will retry sending an event - through a rule - to a target, such as an API Destination, is there any way to read the receiving API's response code and any returned me...
Bergmann asked 12/3, 2022 at 5:46
2
Solved
I'm trying to create an AWS Event Rule that is only triggered when a file with a specific suffix is uploaded to an S3 bucket.
{
"source": [
"aws.s3"
],
"detail-type&quo...
Gorge asked 11/7, 2020 at 10:43
3
Solved
We have set an EventBridge to trigger a Lambda. It should run every day at 9:30AM Local time (US EST/EDT in my case). The problem is the date seems to be set in EventBridge by UTC. Is there a way t...
Gaivn asked 24/7, 2021 at 20:22
4
We’re presently building an application using AWS and have a need to push msgs into SQS. My question is whether it is possible to have SQS publish a message to an SNS which will trigger a Lambda (s...
Galatians asked 15/2, 2018 at 1:12
1
Solved
I'm trying to create a EventBridgeScheduler client in my Python 3.9.15 Lambda, but the service responds with UnknownServiceError: Unknown service: 'scheduler'. Isn't this service supported even tho...
Saucier asked 6/12, 2022 at 10:49
2
Solved
I was able to setup AutoScaling events as rules in EventBridge to trigger SSM Commands, but I've noticed that with my chosen Target Value the event is passed to all my active EC2 Instances. My Targ...
Troth asked 25/8, 2021 at 17:57
2
Solved
I want an SNS topic to trigger an Eventbridge event, so that I can invoke an ECS task. I have tried to connect an Eventbridge rule to an SNS topic as follows (this is my event pattern for the event...
Ssm asked 12/10, 2020 at 8:17
1
Solved
I have a terraform file that I'm reusing to create several AWS Eventbridge (as triggers for some lambdas).
On a different part of the file I'm able to use For Each method to create several eventbri...
Crista asked 19/9, 2022 at 14:48
2
Objective
I'd like to pass event data from Amazon EventBridge directly into an AWS Fargate task. However, it doesn't seem like this is currently possible.
Workaround
As a work-around, I've inserted...
Szymanowski asked 10/8, 2020 at 21:43
1
I'm using the EventBridge to trigger a step function. My EventBridge rule in the CloudFormation template looks as follows:
JobStepFunctionTrigger:
Type: AWS::Events::Rule
Properties:
EventBusNa...
Zela asked 21/10, 2020 at 7:55
3
Solved
I have created an ECS Fargate Task, which I can manually run. It updates a Dynomodb and I get logs.
Now I want this to run on a schedule. I have setup a scheduled ECS task through EventBridge. Howe...
Pirri asked 29/3, 2022 at 8:52
2
Solved
I'm trying to get cron expression to trigger an event at 7:45 UTC on only working days -- Monday to Friday.
45 7 * * MON,TUE,WED,THU,FRI *
45 7 * * 1,2,3,4,5 *
Although the above expressions were ...
Hyperaemia asked 26/7, 2022 at 9:28
1 Next >
© 2022 - 2025 — McMap. All rights reserved.