Skip to content

Commit

Permalink
Merge branch 'main' into firewall-manager-non-ct
Browse files Browse the repository at this point in the history
  • Loading branch information
liamschn authored Nov 1, 2023
2 parents 5276bd1 + 3768e03 commit 7e43a5b
Show file tree
Hide file tree
Showing 51 changed files with 6,712 additions and 170 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
All notable changes to this project will be documented in this file.

---

## 2023-10-23

Updated [Firewall Manager](https://github.com/aws-samples/aws-security-reference-architecture-examples/tree/main/aws_sra_examples/solutions/firewall_manager/firewall_manager_org) solution to make AWS Control Tower optional.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ _Note: The `Quick Setup` is not designed to be used with the `Easy Setup` proced
| [Inspector](aws_sra_examples/solutions/inspector/inspector_org) | Configure Inspector within a delegated admin account for all accounts and governed regions within the organization. | | |
| [Detective](aws_sra_examples/solutions/detective/detective) | The Detective Organization solution will automate enabling Amazon Detective by delegating administration to an account (e.g. Audit or Security Tooling) and configuring Detective for all the existing and future AWS Organization accounts. **Note:** As of 06/07/2023, this solution is not included in the quick setup (it will be in a future code release) | | <ul><li>AWS Control Tower</li><li>[GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org)</li></ul> |


## Utils

- packaging_scripts/stage-solution.sh (Package and stage all the AWS SRA example solutions. For more information see [Staging script details](aws_sra_examples/docs/DOWNLOAD-AND-STAGE-SOLUTIONS.md#staging-script-details))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ resources:

# Inspector Solution
- parameter_key: pScanComponents
parameter_value: 'EC2, ECR, LAMBDA'
parameter_value: 'EC2, ECR, LAMBDA, LAMBDA_CODE'
- parameter_key: pEcrRescanDuration
parameter_value: 'LIFETIME'

Expand Down
6 changes: 3 additions & 3 deletions aws_sra_examples/easy_setup/templates/sra-easy-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Metadata:
default: SRA Staging S3 Bucket Stack Name

pScanComponents:
default: Comma separated list of scan components (EC2, ECR, LAMBDA)
default: Comma separated list of scan components (EC2, ECR, LAMBDA, LAMBDA_CODE)
pEcrRescanDuration:
default: ECR Rescan Duration
pDeployInspectorSolution:
Expand Down Expand Up @@ -522,8 +522,8 @@ Parameters:
Type: String

pScanComponents:
AllowedValues: [EC2, ECR, LAMBDA]
Default: EC2, ECR, LAMBDA
AllowedValues: [EC2, ECR, LAMBDA, LAMBDA_CODE]
Default: EC2, ECR, LAMBDA, LAMBDA_CODE
Description: Lambda Function Logging Level
Type: CommaDelimitedList
pEcrRescanDuration:
Expand Down
Loading

0 comments on commit 7e43a5b

Please sign in to comment.