How to see SES usage for domains?

0

I verified two of my domains with SES and created one IAM for SMTP credentials.

I have sent emails programmatically from both domains and now I would like to see, from the AWS console, how many emails have been sent from each of the two verified domains. How can I do that?

Also, if I delete a verified domain (ie. not delete the domain but just delete it from the list of verified domains), is it possible to see how many emails were sent from that domain before it was deleted as a verified domain?

asked a year ago209 views
1 Answer
2
Accepted Answer

I recommend taking a look at this documentation for Setting up Amazon SES event publishing. You can publish SES events to CloudWatch to get metrics. Alternatively, you can send it to other destinations such as Kinesis Data Firehose to send it to S3 and other places so you can store events for deleted domains for archives.

Price per metric – You can view basic Amazon SES metrics in CloudWatch for free. However, when you collect metrics using event publishing, you create custom metrics in CloudWatch. Each unique combination of event type, dimension name, and dimension value creates a different custom metric in CloudWatch. When you use CloudWatch, you are charged for each custom metric you create. For this reason, you might want to avoid choosing dimensions that can take many different values. For example, unless you are very interested in tracking your email sending events by "From" domain, you might not want to define a dimension for the Amazon SES auto-tag ses:from-domain because it can take many different values. For more information, see CloudWatch Pricing.

AWS
Taka_M
answered a year 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