DMS events not triggering Event Bridge Rule

0

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)

1回答
1

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).

profile picture
joahna
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ