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/genai/bedrock_org/README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
## Introduction
12
12
13
-
This solution provides an automated framework for deploying Bedrock organizational controls using AWS CloudFormation. It leverages a Lambda function to configure and deploy AWS Config rules, CloudWatch metrics, and other resources necessary to monitor and enforce governance policies across multiple AWS accounts and regions in an organization.
13
+
This solution provides an automated framework for deploying Bedrock organizational security controls using AWS CloudFormation. It leverages a Lambda function to configure and deploy AWS Config rules, CloudWatch metrics, and other resources necessary to monitor and enforce governance policies across multiple AWS accounts and regions in an organization.
14
14
15
15
The architecture follows best practices for security and scalability and is designed for easy extensibility.
16
16
@@ -23,27 +23,27 @@ The architecture follows best practices for security and scalability and is desi
23
23
This section provides a detailed explanation of the resources shown in the updated architecture diagram:
24
24
25
25
### Organization Management Account
26
-
1.**AWS CloudFormation (1.1)**: Used to define and deploy all resources in the solution.
26
+
1.**AWS CloudFormation (1.1)**: Used to define and deploy resources in the solution.
27
27
2.**CloudWatch Lambda Role (1.2)**: Role for enabling CloudWatch access by the Lambda function in the global region.
28
-
3.**SNS Topic (1.3)**: Publishes notifications for alarms and other configured events.
28
+
3.**SNS Topic (1.3)**: SNS publish to Lambda. Handles fanout configuration of the solution.
29
29
4.**Bedrock Lambda Function (1.4)**: Core function responsible for deploying resources and managing configurations across accounts and regions.
30
30
5.**CloudWatch Log Group (1.5)**: Logs for monitoring the execution of the Lambda function.
0 commit comments