Skip to content

Commit a1e2321

Browse files
IevIeievgeniia ieromenko
andauthored
Added Detective solution to SRA readme.md (#152)
* updated changelog and readme * updated changelog * fixed format * fixed readme --------- Co-authored-by: ievgeniia ieromenko <ieviero@amazon.com>
1 parent 7687ee8 commit a1e2321

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Table of Contents<!-- omit in toc -->
44

55
- [Introduction](#introduction)
6-
- [2023-05-30](#2023-05-31)
6+
- [2023-06-20](#2023-06-20)
7+
- [2023-06-01](#2023-06-01)
78
- [2023-05-12](#2023-05-12)
89
- [2023-05-05](#2023-05-05)
910
- [2023-04-10](#2023-04-10)
@@ -38,11 +39,19 @@ All notable changes to this project will be documented in this file.
3839

3940
---
4041

42+
## 2023-06-20
43+
44+
### Changed<!-- omit in toc -->
45+
46+
- Add the [Detective Organization](aws_sra_examples/solutions/detective/detective_org) solution to enable detective within the organization.
47+
4148
## 2023-06-01
4249

4350
### Changed<!-- omit in toc -->
4451

4552
- Added GuardDuty EKS, Malware, RDS, and Lambda protections [GuardDuty Organization](aws_sra_examples/solutions/guardduty/guardduty_org)
53+
- 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
4655

4756
## 2023-05-12
4857

@@ -55,6 +64,7 @@ All notable changes to this project will be documented in this file.
5564
### Changed<!-- omit in toc -->
5665

5766
- Added the [Easy Setup](aws_sra_examples/easy_setup) solution to enhance customer experience during deployment operations.
67+
5868
## 2023-04-10
5969

6070
### Changed<!-- omit in toc -->
@@ -88,8 +98,10 @@ All notable changes to this project will be documented in this file.
8898
### Changed<!-- omit in toc -->
8999

90100
- 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.
93105
- 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.
94106
- Updated the [Common Prerequisites](aws_sra_examples/solutions/common/common_prerequisites) solution to fix a spelling error.
95107
- Updated all StackSet resources to use the `Managed Execution` setting, which allows queuing of operations.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Follow the instructions within the [Quick Setup](aws_sra_examples/quick_setup) t
9898
| [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. | |
9999
| [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> |
100100
| [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> |
101102
## Utils
102103

103104
- 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

Comments
 (0)