Skip to content

Commit 36ddbf5

Browse files
committed
account event updates, cfct template update
1 parent e11d584 commit 36ddbf5

File tree

50 files changed

+7008
-2790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+7008
-2790
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Table of Contents<!-- omit in toc -->
44

55
- [Introduction](#introduction)
6+
- [2022-05-15](#2022-05-15)
67
- [2022-04-25](#2022-04-25)
78
- [2022-04-14](#2022-04-14)
89
- [2022-04-10](#2022-04-10)
@@ -27,6 +28,28 @@ All notable changes to this project will be documented in this file.
2728

2829
---
2930

31+
## 2022-05-15
32+
33+
### Added<!-- omit in toc -->
34+
35+
- Added customizations-for-aws-control-tower.template to align with the latest [user guide](https://docs.aws.amazon.com/controltower/latest/userguide/cfct-template.html) instructions.
36+
37+
### Changed<!-- omit in toc -->
38+
39+
- [Common CFCT Setup](aws_sra_examples/solutions/common/common_cfct_setup) solution updates:
40+
- Replaced the S3 template link with the latest template from the GitHub repository.
41+
- [EC2 Default EBS Encryption](aws_sra_examples/solutions/ec2/ec2_default_ebs_encryption) solution updates:
42+
- Added account and organization event support.
43+
- Added SNS fanout for configuring accounts to replace multi-threading.
44+
- Added Lambda environment variables to replace SSM parameter for configuration.
45+
- [S3 Block Account Public Access](aws_sra_examples/solutions/s3_block_account_public_access) solution updates:
46+
- Added account and organization event support.
47+
- Added SNS fanout for configuring accounts to replace multi-threading.
48+
- Added Lambda environment variables to replace SSM parameter for configuration.
49+
- [Security Hub Organization](aws_sra_examples/solutions/securityhub/securityhub_org) updates:
50+
- Added account and organization event support.
51+
- Updated the staging script to include \*.template files.
52+
3053
## 2022-04-25
3154

3255
### Added<!-- omit in toc -->

CONTRIBUTING.md

+3-20
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- [Introduction](#introduction)
66
- [Reporting Bugs/Feature Requests](#reporting-bugsfeature-requests)
77
- [Contributing via Pull Requests](#contributing-via-pull-requests)
8-
- [Finding contributions to work on](#finding-contributions-to-work-on)
98
- [Code of Conduct](#code-of-conduct)
109
- [Security issue notifications](#security-issue-notifications)
1110
- [Licensing](#licensing)
@@ -29,27 +28,11 @@ When filing an issue, please check existing open, or recently closed, issues to
2928

3029
## Contributing via Pull Requests
3130

32-
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
31+
At this time, we are not accepting contributions via Pull Requests.
3332

34-
1. You are working against the latest source on the _master_ branch.
35-
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
36-
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
33+
If you have code to contribute, please fork the repository and create an issue with a link to your forked repository. Our team will review your code and contact you with insructions for submitting your code.
3734

38-
To send us a pull request, please:
39-
40-
1. Fork the repository.
41-
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
42-
3. Ensure local tests pass.
43-
4. Commit to your fork using clear commit messages.
44-
5. Send us a pull request, answering any default questions in the pull request interface.
45-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
46-
47-
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
48-
49-
## Finding contributions to work on
50-
51-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any 'help wanted' issues
52-
is a great place to start.
35+
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/).
5336

5437
## Code of Conduct
5538

GENERAL-CONTRIBUTING-GUIDANCE.md

-48
This file was deleted.

aws_sra_examples/solutions/common/common_cfct_setup/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ factory, the solution ensures that all resources attached to the account's OUs w
3636

3737
- The [Customizations for AWS Control Tower](https://aws.amazon.com/solutions/implementations/customizations-for-aws-control-tower/) (CFCT) solution to support deploying customizations easily to your AWS Control Tower landing zone.
3838
- Defaults updated per SRA recommendations:
39-
<!-- markdownlint-disable MD034 -->
40-
- `Amazon S3 URL` = https://s3.amazonaws.com/solutions-reference/customizations-for-aws-control-tower/latest/custom-control-tower-initiation.template
39+
- Latest template downloaded from [GitHub - customizations-for-aws-control-tower.template](https://github.com/aws-solutions/aws-control-tower-customizations/blob/main/customizations-for-aws-control-tower.template)
4140
- `AWS CodePipeline Source` = AWS CodeCommit
4241
- `Failure Tolerance Percentage` = 0
4342

0 commit comments

Comments
 (0)