guardduty-multiaccount

binbashar/guardduty-multiaccount/aws

Terraform Module HCL AWS

This Terraform module can be used to implement AWS GuardDuty in a multi-account setup

Install
module "guardduty-multiaccount" {
source = "binbashar/guardduty-multiaccount/aws"
version = "0.2.1"
}
plain text: /constructs/tfmod-binbashar-guardduty-multiaccount-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform Module: AWS GuardDuty Multi-Account Setup Overview This Terraform module can be used to implement AWS GuardDuty in a multi-account setup. That is designating a GuardDuty delegated admin account and then configuring the rest of GuardDuty in such account. Modules delegated-admin multiaccount-setup Examples Designate a delegated admin from the master account This must be done from the master account of your Organization. You must first enable GuardDuty in the master account and designate a delegated admin account. This is so you can later on manage GuardDuty from said delegated admin. IMPORTANT: designating a GuardDuty delegate admin account will automatically enable GuardDuty in that account. ``terraform We must first enable GuardDuty in the root account so it can be enabled later

Details
FrameworkTerraform Module
LanguageHCL
Version0.2.1
Cloud AWS
★ Stars8
Forks5
Total downloads6.0k
Examples2
Submodules2
LicenseMIT
Namespacebinbashar
Updated