Skip to content

v2.4.2

Latest
Compare
Choose a tag to compare
@js37 js37 released this 09 Aug 14:17
· 8 commits to main since this release

This update adds the ability to choose how many accounts to scan at a time, and the timeout of the CodeBuild job.

  • Updated the template to include ConcurrentAccountScans and CodeBuildTimeout parameter. This maps to the number of accounts to run Prowler on at a time (3, 6, or 12) will choose the CodeBuild instance to use (small, medium, or large).
  • The parallel scans and ComputeType are purposefully paired so you can't choose 12 accounts at a time on a small. The CodeBuild server would runs out of memory and the job hangs.
  • Organized parameters into SATv2 and Advanced parameters when using the CFN console.