diff --git a/CHANGELOG.md b/CHANGELOG.md index c8689528..93e73d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Table of Contents - [Introduction](#introduction) +- [2024-09-18](#2024-09-18) +- [2024-08-22](#2024-08-22) +- [2024-07-17](#2024-07-17) +- [2024-06-24](#2024-06-24) - [2024-05-03](#2024-05-03) - [2024-04-15](#2024-04-15) - [2024-02-12](#2024-02-12) @@ -53,6 +57,37 @@ All notable changes to this project will be documented in this file. --- +## 2024-09-18 + +### Added + +- Added [Security Lake Organization](aws_sra_examples/solutions/security_lake/security_lake_org) solution to configure Security Lake in AWS Organizations. + +### Changed + +- Updated [Inspector](https://github.com/aws-samples/aws-security-reference-architecture-examples/tree/main/aws_sra_examples/solutions/inspector/inspector_org) solution to allow creation of AWSServiceRoleForAmazonInspector2Agentless SLR. +- Updated documentation for [EC2 Default EBS Encryption](aws_sra_examples/solutions/ec2/ec2_default_ebs_encryption) solution. + +## 2024-08-22 + +### Added + +- Added [Patch Manager](aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org) solution to streamline the patch management process across multiple AWS accounts and regions in AWS Organizations. + +## 2024-07-17 + +### Fixed + +- Fixed [Terraform edition](aws_sra_examples/terraform) Workspace creation on suspended accounts. +- Fixed [Firewall Manager](https://github.com/aws-samples/aws-security-reference-architecture-examples/tree/main/aws_sra_examples/solutions/firewall_manager/firewall_manager_org) solution deployment issue (invalid operation error). +- Fixed [GuardDuty terraform](aws_sra_examples/terraform/solutions/guard_duty) module installation failure. + +## 2024-06-24 + +### Changed + +- Updated [GuardDuty Organization](aws_sra_examples/solutions/guardduty/guardduty_org) solution to support Opt-in regions. + ## 2024-05-03 - Updated [GuardDuty Organization](aws_sra_examples/solutions/guardduty/guardduty_org) solution to add Runtime Monitoring protection. diff --git a/README.md b/README.md index 05715edb..c1770763 100644 --- a/README.md +++ b/README.md @@ -149,12 +149,14 @@ Please follow the instructions for SRA Terraform deployments in the [SRA Terrafo | [EC2 Default EBS Encryption](aws_sra_examples/solutions/ec2/ec2_default_ebs_encryption) | Configures the EC2 default EBS encryption to use the default KMS key within all provided regions. | | | | [Firewall Manager](aws_sra_examples/solutions/firewall_manager/firewall_manager_org) | Demonstrates configuring a security group policy and WAF policies for all accounts within an organization. | | | | [GuardDuty](aws_sra_examples/solutions/guardduty/guardduty_org) | Configures GuardDuty within a delegated admin account for all accounts within an organization. | | | -| [IAM Access Analyzer](aws_sra_examples/solutions/iam/iam_access_analyzer) | Configures an organization analyzer within a delegated admin account and account level analyzer within each account. | | [Common Register Delegated Administrator](aws_sra_examples/solutions/common/common_register_delegated_administrator) | +| [IAM Access Analyzer](aws_sra_examples/solutions/iam/iam_access_analyzer) | Configures an organization analyzer within a delegated admin account and account level analyzer within each account. | |