Skip to content

Releases: digitc1/AWSLandingZone

Bugfix LZ install script for client accounts

07 Aug 13:39
d7e2f5b
Compare
Choose a tag to compare

What's Changed

  • Add the ssm parameter GuardDuty subscription filter name to client accounts by @silavjy in #209
  • Updated LZ script (client) updated version and added manifest for new release by @silavjy in #211
  • Fixes on LZ client install script by @silavjy in #212

Full Changelog: 1.5.11...1.5.12

Bugfix for CIS control, CloudWatch logs groups and KMS policies

15 Jul 09:49
Compare
Choose a tag to compare
  • Disabled CIS control 1.14 for standard AWS Foundational Security Best Practices v1.0.0 on all regions
  • Change strategy cor custom Cloudwatch streaming, instead of using CloudWatch log groups, use Filter names for custom index.
  • Modify Role used by Log shipper lambdas - limit KMS policies

What's Changed

Full Changelog: 1.5.10...1.5.11

Fix for GD logs from regions other than eu-west-1 not being shipped to splunk

18 Mar 22:21
Compare
Choose a tag to compare

Implements a fix to Event rule sending GD events to the Eventbus of the SECLOG account. Works for all regions.

What's Changed

  • Release/1.5.9 by @silavjy in #198
  • 201 gd logs from regions other thatn eu west 1 not being shipped to splunk by @silavjy in #202

Full Changelog: 1.5.9...1.5.10

AWS Policy change on S3 buckets for Public Access and Object Ownership

24 Apr 09:10
9d08897
Compare
Choose a tag to compare

Fixes included:

  • Fix release issue of S3 buckets due to policy change by AWS #197

Fix regression on Installation script

03 Mar 10:03
Compare
Choose a tag to compare

Fixes included:

  • issue on the EC-Setup-Seclog.sh script that prevented the AWSCloudFormationStackSetExecutionRole from being deployed. #196
  • Fix dependency on linked_status variable for update script #195

Upgrading from 1.5.7 is not required for this release.

Update role following AWS has changed its policy and enhance pre-flight checks on LZ update

20 Jan 15:15
b68650b
Compare
Choose a tag to compare

Updated role and functional changes implemented to simplify LZ management

  • #191 - Enhance pre-flight check on EC-Switch-SECLOG.py script
  • #190 - Update AWSCloudFormationStackSetExecutionRole to include itself as principal
  • #192 - Remove non SSL access on artefacts bucket

Can upgrade release/1.5.5 or release/1.5.6.

What's Changed

Full Changelog: 1.5.6...1.5.7

New scripts for managing SECLOG account switch and LZ deletion

19 Oct 13:53
adacca8
Compare
Choose a tag to compare

Functional changes implemented to simplify LZ management.

  • Update Readme.md documentation. Deleted EC-Create-Account.sh script (deprecated)
  • Added switch SECLOG script
  • Added Delete landing zone script

Upgrading from 1.5.5 is not required for this release.

Added missing update on runtime engine for a lambda function

11 May 12:48
1fc6192
Compare
Choose a tag to compare

Update runtime engine for lambda LandingZoneLocalSNSNotificationForwarder to python3.9

LZ alignment with AWS updated policies

05 May 09:45
e762a15
Compare
Choose a tag to compare

Minor enhancements and required updates as follows:

  • upgraded lambda runtime python to 3.9 related of an EOL for python 3.6
  • changed SSL permissions set * as principal all bucktes
  • removed action from lambda code bucket policy PutObjectAcl
  • replaced all AWSConfigRole to AWS_ConfigRole related of an AWS policy update

License file added an minor fix

31 Mar 09:24
6c6125b
Compare
Choose a tag to compare

What's Changed

  • Apache 2.0 license file added
  • Minor fix on delete default VPC script.
  • Added manifest file and updated version file.