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.

posta 4 anni fa1301 visualizzazioni
1 Risposta
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.

con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande