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?

1回答
2
承認された回答

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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ