You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws_sra_examples/solutions/common/common_cfct_setup/README.md
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,27 @@ factory, the solution ensures that all resources attached to the account's OUs w
32
32
- All resources are deployed via AWS CloudFormation as a Stack within the management account.
33
33
- For parameter details, review the AWS [CloudFormation templates](templates/).
34
34
35
-
#### 1.2 Customizations for AWS Control Tower CloudFormation Template<!-- omit in toc -->
35
+
#### 1.2 Lambda Execution IAM Role<!-- omit in toc -->
36
36
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 -->
37
56
- 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.
38
57
- Defaults updated per SRA recommendations:
39
58
- 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)
0 commit comments