aws-samples / amazon-guardduty-multiaccount-scripts

This script automates the process of running the GuardDuty multi-account workflow across a group of accounts that are in your control
Apache License 2.0
130 stars 71 forks source link

Document other tools for guard duty multi-account enablement in readme #11

Open kapilt opened 6 years ago

kapilt commented 6 years ago

Worth adding to the readme as another tool for handling this.

https://github.com/capitalone/cloud-custodian/tree/master/tools/c7n_guardian

Its pre-dates this script and has a few more features and error handling conditions, also works in parallel across many accounts, and sets up users for next steps post guard duty enablement for configuring remediation policies. Its config file can also be auto generated instead of manually listing out accounts, etc.

adam-schodde commented 6 years ago

Thanks for the suggestion. We are open to taking pull requests for any updates to this repository.