You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tf-modules/monitoring/guardduty-notifications
lalanza808 6cf51ee982 remove count 4 years ago
..
README.md move guardduty-notifications module to monitoring dir 4 years ago
main.tf remove count 4 years ago
variables.tf move guardduty-notifications module to monitoring dir 4 years ago

README.md

guardduty-notifications

This module sets up Cloudwatch Event rules which both logs to Cloudwatch and notifies a given SNS topic to inform administrators of any Guard Duty findings.

https://aws.amazon.com/guardduty/

Usage

module "guardduty-notifications" {
  source = "github.com/lalanza808/tf-modules.git/monitoring/guardduty-notifications"
}

Inputs

You should provide the following input, which is the SNS Topic ARN you wish to publish messages to:

  • sns_topic_arn

If you don't provide it, the results will still be emitted to a Cloudwatch Logs group.

You can override the following inputs:

  • prefix
  • tags
  • log_retention

See all inputs here: variables.tf