Skip to content

Releases: awslabs/aws-security-assessment-solution

v2.4.2

09 Aug 14:17
Compare
Choose a tag to compare

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

29 Jul 23:09
Compare
Choose a tag to compare
  • Updated ProwlerMemberRole policy to add permissions for new checks
  • Updated BuildSpec to align Prowler flags to support GovCloud

v2.4

25 Jul 16:29
Compare
Choose a tag to compare
  • Updated IAM roles to mitigate confused deputy finding on the three roles we provision for SATv2
  • Enabled S3 bucket versioning for findings bucket
  • Added bucket policy for TLS only for findings bucket

v2.3 - SATv2 presentation

18 Jul 16:24
Compare
Choose a tag to compare
  • 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

11 Jun 19:23
Compare
Choose a tag to compare

v2.2

  • Updated Prowler to v4
  • Updated Glue table schema
  • Added permissions for LakeFormation
  • Added delegation instructions to readme
  • Added list of checks for each category

v2.1 - SATv2 reporting

15 Sep 18:32
Compare
Choose a tag to compare

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

28 Jul 19:28
Compare
Choose a tag to compare

Updating to new version 2.0

V1.0 Release

28 Jul 19:32
Compare
Choose a tag to compare

Previous version of security assessment solution before re-write.