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

Change to parallel runs of invitation manger by region #32

Open gene1wood opened 5 years ago

gene1wood commented 5 years ago

For large numbers of accounts, we're exceeding the 15 minute lambda execution limit.

There's also no reason to do these in serial (they don't depend on each other). We might as well spawn a lambda execution for each region (though we couldn't then re-use assumed role credentials)

Or some other form of parallelism