Skip to content

This script enable email notification for Amazon GuardDuty through CloudWatch Events and SNS Topics.

License

Notifications You must be signed in to change notification settings

kuramatsu/enable-email-notification-for-guardduty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enable-email-notification-for-guardduty

This script enable email notification for Amazon GuardDuty through CloudWatch Events and SNS Topics.

Motivation

Amazon GuardDuty is a great threat detection service. Like many other AWS service, GuardDuty is a modular design and it can be integrated with many other services such as Lambda, SNS, SQS, third-party SIEM or ticketing systems. Because GuardDuty doesn't come with an email notification capability out of the box, I decided to write an example script and share with a community.

Diagram

Diagram

Prerequisites

Installation

  • Download the script enable-email-notification-for-guardduty.bash
  • Modify VARIABLES (prof_name, acct_id, def_region and email_addr)
  • Make the script executable: chmod +x enable-email-notification-for-guardduty.bash
  • Run it: ./enable-email-notification-for-guardduty.bash
  • Click to confirm "AWS Notification - Subscription Confirmation" emails for all regions

Author

About

This script enable email notification for Amazon GuardDuty through CloudWatch Events and SNS Topics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages