Skip to content

Commit 1a1d1c0

Browse files
IevIeievgeniia ieromenko
and
ievgeniia ieromenko
authored
adding codebuild project to download latest cfct template (#197)
Co-authored-by: ievgeniia ieromenko <ieviero@amazon.com>
1 parent 55557a4 commit 1a1d1c0

File tree

5 files changed

+401
-3143
lines changed

5 files changed

+401
-3143
lines changed

aws_sra_examples/solutions/common/common_cfct_setup/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,27 @@ factory, the solution ensures that all resources attached to the account's OUs w
3232
- All resources are deployed via AWS CloudFormation as a Stack within the management account.
3333
- For parameter details, review the AWS [CloudFormation templates](templates/).
3434

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

37+
- IAM role used by the Lambda function to perform the start operation for the sra-codebuild AWS CodeBuild project.
38+
39+
#### 1.3 AWS Lambda Function<!-- omit in toc -->
40+
41+
The Lambda function to perform the start operation for the sra-codebuild AWS CodeBuild project.
42+
43+
#### 1.4 Lambda CloudWatch Log Group<!-- omit in toc -->
44+
45+
- 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.
46+
- 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.
47+
48+
#### 1.5 AWS CodeBuild Project Created
49+
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.
50+
51+
#### 1.6 CodeBuild IAM Role<!-- omit in toc -->
52+
53+
- IAM role used by the CodeBuild project.
54+
55+
#### 1.7 Customizations for AWS Control Tower CloudFormation Template<!-- omit in toc -->
3756
- 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.
3857
- Defaults updated per SRA recommendations:
3958
- 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)
Loading

0 commit comments

Comments
 (0)