You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added fix to support deploying to more than 50 accounts. https://github.com/aws-samples/aws-security-reference-architecture-examples/issues/139. UpdateMemberDetectors and CreateMembers parameters accountIds and accountDetails support a max number
54
+
of 50 items
46
55
47
56
## 2023-05-12
48
57
@@ -55,6 +64,7 @@ All notable changes to this project will be documented in this file.
55
64
### Changed<!-- omit in toc -->
56
65
57
66
- Added the [Easy Setup](aws_sra_examples/easy_setup) solution to enhance customer experience during deployment operations.
67
+
58
68
## 2023-04-10
59
69
60
70
### Changed<!-- omit in toc -->
@@ -88,8 +98,10 @@ All notable changes to this project will be documented in this file.
88
98
### Changed<!-- omit in toc -->
89
99
90
100
- Updated all the solution main templates to use a consistent naming convention for solution parameter labels.
91
-
- Added pSourceStackName parameter to the [AWS Config Conformance Pack](aws_sra_examples/solutions/config/config_conformance_pack_org) and [Security Hub Organization](aws_sra_examples/solutions/securityhub/securityhub_org) solutions to handle the DependsOn requirement for the Config Management Account solution within the Quick Setup solution.
92
-
- Updated the [Firewall Manager](aws_sra_examples/solutions/firewall_manager/firewall_manager_org), [Macie](aws_sra_examples/solutions/macie/macie_org), [GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org), and [IAM Password Policy](aws_sra_examples/solutions/iam/iam_password_policy) solutions to remove default parameters from the CFCT configuration and main templates.
101
+
- Added pSourceStackName parameter to the [AWS Config Conformance Pack](aws_sra_examples/solutions/config/config_conformance_pack_org) and [Security Hub Organization](aws_sra_examples/solutions/securityhub/securityhub_org) solutions to handle the
102
+
DependsOn requirement for the Config Management Account solution within the Quick Setup solution.
103
+
- Updated the [Firewall Manager](aws_sra_examples/solutions/firewall_manager/firewall_manager_org), [Macie](aws_sra_examples/solutions/macie/macie_org), [GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org), and
104
+
[IAM Password Policy](aws_sra_examples/solutions/iam/iam_password_policy) solutions to remove default parameters from the CFCT configuration and main templates.
93
105
- Updated the [CFCT-DEPLOYMENT-INSTRUCTIONS.md](aws_sra_examples/docs/CFCT-DEPLOYMENT-INSTRUCTIONS.md) to include instructions for disabling solutions within all accounts before deletion.
94
106
- Updated the [Common Prerequisites](aws_sra_examples/solutions/common/common_prerequisites) solution to fix a spelling error.
95
107
- Updated all StackSet resources to use the `Managed Execution` setting, which allows queuing of operations.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ Follow the instructions within the [Quick Setup](aws_sra_examples/quick_setup) t
98
98
|[S3 Block Account Public Access](aws_sra_examples/solutions/s3/s3_block_account_public_access)| Configures the account-level S3 BPA settings for all accounts within the organization. | Configures S3 BPA settings on buckets created by Control Tower only. ||
99
99
|[Security Hub](aws_sra_examples/solutions/securityhub/securityhub_org)| Configures Security Hub within a delegated admin account for all accounts and governed regions within the organization. || <ul><li>[Config Management Account](aws_sra_examples/solutions/config/config_management_account)</li></ul> |
100
100
|[Inspector](aws_sra_examples/solutions/inspector/inspector_org)| Configure Inspector within a delegated admin account for all accounts and governed regions within the organization. **Note:** As of 01/19/2023, this solution is not included in the quick setup (it will be in a future code release) |||
101
+
|[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>[GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org)</li></ul> |
101
102
## Utils
102
103
103
104
- 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))
0 commit comments