duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
6k stars 810 forks source link

Add support for Botocore max_attempts in collect step #614

Closed jleopold28 closed 4 years ago

jleopold28 commented 4 years ago

This is related to the discussion here https://github.com/duo-labs/cloudmapper/issues/598

I am adding a command line option to collect to allow for botocore max_attempts. The default value is 4, but can be changed to fit the needs of the user.

I am adding this because I was experiencing throttling and getting AWS API limit failures with the default value of 4.

claassistantio commented 4 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: jleopold28
:x: James Leopold


James Leopold seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

0xdabbad00 commented 4 years ago

Thank you @jleopold28!