Easy way to get SES Sending Stats per Domain

0

Hi, anyone know an easy way to get SES email sending stats on a per-domain basis? E.g. in CloudWatch. I'm looking to delete a domain but want to check it's not being used first.

Simon
asked 2 years ago200 views
1 Answer
1
Accepted Answer

Hello

Regarding this: an easy way to get SES email sending stats on a per-domain basis? Yes, you can follow this blog, https://aws.amazon.com/blogs/messaging-and-targeting/introducing-sending-metrics/ and then https://docs.aws.amazon.com/ses/latest/dg/event-publishing-add-event-destination-cloudwatch.html

Regarding this: I am looking to delete a domain but want to check it's not being used first. If you are not using configuration set in the first place, by default, SES won't able to provide cloudwatch metrics on domain basis.

you can use AWS CLI to view available metrics % aws cloudwatch list-metrics --namespace "AWS/SES" --region us-east-1

Hope that helps!

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions