phnahes / terraform-aws-guardduty-notifications

Enables AWS GuardDuty and sends findings to an SNS topic.

Home Page:https://registry.terraform.io/modules/trussworks/guardduty-notifications/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable AWS GuardDuty and configures any findings to be sent to and SNS topic.

Creates the following resources:

  • GuardDuty detector to enable GuardDuty
  • CloudWatch event rule to filter GuardDuty Findings
  • CloudWatch event target to send to SNS topic formatted as GuardDuty finding: <title>

Usage

module "guardduty_notifications" {
  source = "../../modules/aws-guardduty-notifications"

  sns_topic_name = "slack-event"
}

Inputs

Name Description Type Default Required
sns_topic_name The name of the SNS topic to send AWS GuardDuty findings. string n/a yes

About

Enables AWS GuardDuty and sends findings to an SNS topic.

https://registry.terraform.io/modules/trussworks/guardduty-notifications/aws


Languages

Language:HCL 100.0%