cisagov / cool-dns-cyber.dhs.gov

Terraform configuration to create and populate the cyber.dhs.gov zone.
Creative Commons Zero v1.0 Universal
3 stars 9 forks source link

Export SES bounce notifications to a location where the VM team can view and search them #112

Open jsf9k opened 1 week ago

jsf9k commented 1 week ago

💡 Summary

There is an SNS topic that is triggered whenever we have a bounce notification from SES. Whenever the topic is triggered we currently send emails to the vulnerability inbox and to the dev team. Given the uselessness of the vulnerability inbox, we should export these notifications somewhere where the VM team can view and search them.

Motivation and context

@jeffkause mentioned to me this morning that the VM team would like to be able to view and search these notifications in something like a CloudWatch log group.

Implementation notes

SNS topics allow these types of subscriptions:

Acceptance criteria

How do we know when this work is done?

felddy commented 1 day ago

SWAG: current bounce notifications volume is normally around 300 weekly:

jsf9k commented 1 day ago

We could dump the bounces to an S3 bucket and let them use AWS Athena to search them.