mozilla / guardduty-multi-account-manager

Automate the AWS GuardDuty account invitation lifecycle for all of your organizations AWS accounts in all regions as well as aggregate and normalize the GuardDuty findings
Mozilla Public License 2.0
65 stars 14 forks source link

Decide what to do in the case of errors #30

Open gene1wood opened 5 years ago

gene1wood commented 5 years ago

Currently when iterating over accounts listed in dynamodb, if an account is encountered for which role assumption fails, we currently abort and do not continue processing.

This can happen if

What do we want to do in this case? Keep processing? How do we notify someone that something's wrong in a child account?