Releases: awslabs/aws-security-assessment-solution
Releases · awslabs/aws-security-assessment-solution
v2.4.2
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.
v2.4.1
v2.4
v2.3 - SATv2 presentation
- Enabling reporting will now create a presentation and store it in the reporting folder. This presentation updates slide 4 with the results of a basic scan. It also provides some information on core AWS security services.
- Compliance reports (from a full scan) are uploaded to a compliance folder in S3 instead of csv folder
- Updated readme to clarify parameters
v2.2
v2.1 - SATv2 reporting
This release adds reporting which is helpful when running SATv2 on multiple accounts within an organization.
- Set the Reporting parameter to true when you deploy the CloudFormation template. This will create an Athena WorkGroup, a Glue table, and automatically run a query to consolidate the results.
- The summarized csv file is located in the same S3 bucket as the Prowler results in the /reporting folder.
- If you specify an email address while reporting is enabled, you will get a second email when the Athena query is finished.
Initial V2.0 Release
Updating to new version 2.0
V1.0 Release
Previous version of security assessment solution before re-write.