I need to find more details of using SES Verified identity wise

0

We are utilizing Amazon SES (Simple Email Service). Currently, we have five verified identities. Our daily email sending limit is 1.6 lakh (160,000) emails. We would like to track the usage of each verified identity separately, but we haven't been able to find this information within the available resources.

asked 8 months ago211 views
1 Answer
0

To track the usage of each verified identity stats, you do not have a straight solution. But you can implement this small architecture or modify as you like to have a dashboard for your metrics.

  1. Your application or backend system is responsible for sending emails through Amazon SES. It keeps track of the number of emails sent for each verified identity. So, whenever a mail is being sent, try to create and upload a json file with all necessary data to a s3 bucket. Example, From address, Time, To address, and similar important data you require to view.

  2. Then, a Amazon Glue Crawler crawls on this bucket and stores this data into a database catalog.

  3. Use athena to query these database as a source of your quicksight and then create a dashboard to visualize.

answered 8 months 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