DMS events not triggering Event Bridge Rule
I created an event bridge rule which should trigger on any DMS event. Currently the event bridge rule sends the message to SNS which sends an email to my personal email address. within DMS I reboot a DMS instance which produces two events:
dms-instance replication-instance January 24, 2022, 11:45:33 (UTC-05:00) Replication application restarted dms-instance replication-instance January 24, 2022, 11:45:20 (UTC-05:00) Replication application shutdown
however, I don't see these two events triggering my Event Bridge Rule. Not sure if i am doing something wrong.
In Event Bridge rule, the event pattern is: { "source": "aws.dms" }
and the single target is: Name: Default_CloudWatch_Alarms_Topic Type: SNS topic (sends email)
Check if you have Events permission (events.amazonaws.com) in the Access Policy of your SNS topic. Also, enable CloudTrail logging in your account (create a CloudTrail trail for management events).
Relevant questions
How to pass parameters from an event rule through a glue workflow trigger to a job
asked 4 days agoAdd sharedIdentifier to Event Bridge trigger for Batch
asked a month agoAWS event Bridge
Accepted Answerasked 3 months agoRegaring scheduling an event bridge trigger
Accepted Answerasked 3 months agoAWS partner event bridge and ordering
asked 6 months agoInvoke a lambda function (cross account) from event bridge
Accepted Answerasked 5 months agoNot all DMS events are coming through with Event Bridge
asked 4 months agoDMS events not triggering Event Bridge Rule
asked 4 months agoWhat needs to be done to make event bridge invoke a fargate task when file added to s3
asked a month agoCan we trigger AWS Cloudwatch event bridge from AWS config aggregator?
asked a month ago
Thanks Joahna. Enabling cloud trail logging allowed the events to come through.