SES Logging to CloudWatch

0

I inherited an SES that was set up by someone earlier. In the Configuration Set, there's lots of CloudWatch logs mentioned, basically one for every type of event. The basic one is called SES_log.

In Cloudwatch, there is a Log Group called SES_log, but it's empty. I tried adding a stream named SES_log inside it to it to see if that was why nothing is showing up in the log, but that did nothing.

I have been testing using the aws cli, explicitly specifying the Configration Set with the --configuration-set-name parameter, and the emails I've been sending arrive in moments, but nothing gets logged.

已提問 4 年前檢視次數 1301 次
1 個回答
0

Aha! I found the answer. I also found that many other people came to the same incorrect conclusion that I had. I was expecting something to show up in Log Groups, like an actual log of the messages.

Instead, what happens is that in the Metrics section of CloudWatch there's an SES item which shows counts of the messages which have come through of each type (bounce, click, etc.).

My predecessor must have created a log group called SES_log on the mistaken assumption that he needed to prime the pump, as it were.

The actual solution to the problem appears to be using Firehose, I think.

已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南