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?

posta 2 anni fa224 visualizzazioni
1 Risposta
2
Risposta accettata

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
con risposta 2 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