Skip to content

lorenzocampo/alerting-guardduty-findings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alerting Amazon GuardDuty findings

Terraform code that creates a solution that sends an email when an Amazon GuardDuty Finding is registered. It implements the following resources:

How It Works

  1. An Event Rule monitors Amazon GuardDuty findings events.
  2. When an event is registered, the Event Rule sends it to the SNS Topic, applying input and output transformation in order to extract the most valuable information of the event.
  3. The SNS topic notifies the subscribed emails.

Usage

  1. Clone the repository

    $ git clone https://github.com/lorenzocampo/alerting-guardduty-findings.git
    
  2. Initialize a working directory containing Terraform configuration files:

    $ terraform init
    
  3. Create an execution plan, which lets you preview the changes that Terraform plans to make to your infrastructure

    $ terraform plan
    
  4. Executes the actions proposed in a Terraform plan

    $ terraform apply
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages