Skip to content

Commit b300018

Browse files
author
ievgeniia ieromenko
committed
updated changelog
1 parent 12d4791 commit b300018

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

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

55
- [Introduction](#introduction)
6+
- [2024-05-03](#2024-05-03)
7+
- [2024-04-15](#2024-04-15)
68
- [2024-02-12](#2024-02-12)
79
- [2024-02-09](#2024-02-09)
810
- [2024-01-29](#2024-01-29)
@@ -51,6 +53,15 @@
5153
All notable changes to this project will be documented in this file.
5254

5355
---
56+
## 2024-05-03
57+
58+
- Updated [GuardDuty Organization](aws_sra_examples/solutions/guardduty/guardduty_org) solution to add Runtime Monitoring protection.
59+
- Updated [GuardDuty Organization](aws_sra_examples/solutions/guardduty/guardduty_org) solution default setting to deploy in all enabled regions.
60+
61+
## 2024-04-15
62+
63+
- Updated [Common CFCT Setup](aws_sra_examples/solutions/common/common_cfct_setup) solution to download the latest CfCT template.
64+
5465
## 2024-02-12
5566

5667
- Added [AMI Bakery](aws_sra_examples/solutions/ami_bakery/ami_bakery_org) solution for AMI image management.

aws_sra_examples/solutions/guardduty/guardduty_org/customizations_for_aws_control_tower/parameters/sra-guardduty-org-main-ssm.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"ParameterKey": "pEnableEcsFargateAgentManagement",
2828
"ParameterValue": "true"
2929
},
30+
{
31+
"ParameterKey": "pEnableEc2AgentManagement",
32+
"ParameterValue": "true"
33+
},
3034
{
3135
"ParameterKey": "pEnableLambdaNetworkLogs",
3236
"ParameterValue": "true"

0 commit comments

Comments
 (0)