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.

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠