Skip to content

Deploy CfCT using latest CfCT template #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion aws_sra_examples/solutions/common/common_cfct_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,27 @@ factory, the solution ensures that all resources attached to the account's OUs w
- All resources are deployed via AWS CloudFormation as a Stack within the management account.
- For parameter details, review the AWS [CloudFormation templates](templates/).

#### 1.2 Customizations for AWS Control Tower CloudFormation Template<!-- omit in toc -->
#### 1.2 Lambda Execution IAM Role<!-- omit in toc -->

- IAM role used by the Lambda function to perform the start operation for the sra-codebuild AWS CodeBuild project.

#### 1.3 AWS Lambda Function<!-- omit in toc -->

The Lambda function to perform the start operation for the sra-codebuild AWS CodeBuild project.

#### 1.4 Lambda CloudWatch Log Group<!-- omit in toc -->

- All the `AWS Lambda Function` logs are sent to a CloudWatch Log Group `</aws/lambda/<LambdaFunctionName>` to help with debugging and traceability of the actions performed.
- By default the `AWS Lambda Function` will create the CloudWatch Log Group with a `Retention` (Never expire) and are encrypted with a CloudWatch Logs service managed encryption key.

#### 1.5 AWS CodeBuild Project Created
The sra-codebuild AWS CodeBuild project is designed and created to download the latest customizations-for-aws-control-tower.template template from GitHub and upload it to the AWS SRA code library staging S3 bucket.

#### 1.6 CodeBuild IAM Role<!-- omit in toc -->

- IAM role used by the CodeBuild project.

#### 1.7 Customizations for AWS Control Tower CloudFormation Template<!-- omit in toc -->
- 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.
- Defaults updated per SRA recommendations:
- 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)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Loading