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

Formatting Rewrite & moving to CSV input over static variables #7

Closed rc1405 closed 6 years ago

rc1405 commented 6 years ago

Description of changes: Complete rewrite of codebase. Global variables moved to command arguments. Accounts to be linked moved to CSV file input. Added error handling to continue processing linked accounts on failure & report at the end.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.