AWS prescriptive-guidance documentation change
Summary
Formatting fixes including link syntax correction, punctuation consistency, and CloudFormation console URL update
Security assessment
Changes involve typo corrections (parenthesis placement), adding period punctuation, and updating a Markdown link format. No security-related content modifications or vulnerability references.
Diff
diff --git a/prescriptive-guidance/latest/patterns/develop-a-fully-automated-chat-based-assistant-by-using-amazon-bedrock-agents-and-knowledge-bases.md b/prescriptive-guidance/latest/patterns/develop-a-fully-automated-chat-based-assistant-by-using-amazon-bedrock-agents-and-knowledge-bases.md index fc5c6eecd..746fd7b08 100644 --- a//prescriptive-guidance/latest/patterns/develop-a-fully-automated-chat-based-assistant-by-using-amazon-bedrock-agents-and-knowledge-bases.md +++ b//prescriptive-guidance/latest/patterns/develop-a-fully-automated-chat-based-assistant-by-using-amazon-bedrock-agents-and-knowledge-bases.md @@ -115 +115 @@ The diagram shows a comprehensive AWS cloud-native setup within a single AWS Reg - * [Elastic Load Balancing (ELB)](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html) distributes incoming application or network traffic across multiple targets. For example, you can distribute traffic across Amazon Elastic Compute Cloud (Amazon EC2) instances, containers, and IP addresses in one or more Availability Zones. + * [Elastic Load Balancing ](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/what-is-load-balancing.html)distributes incoming application or network traffic across multiple targets. For example, you can distribute traffic across Amazon Elastic Compute Cloud (Amazon EC2) instances, containers, and IP addresses in one or more Availability Zones. @@ -153 +153 @@ The code for this pattern is available in the GitHub [genai-bedrock-agent-chatbo - * `code/streamlit-app` folder – The Python code that is run as the container image in Amazon ECS + * `code/streamlit-app` folder – The Python code that is run as the container image in Amazon ECS. @@ -222 +222 @@ Deploy resources in the account.| To deploy resources in the AWS account by usin - 4. Sign in to the AWS Management Console, and then open the CloudFormation console at [https://console.aws.amazon.com/cloudformation/](). + 4. Sign in to the AWS Management Console, and then open the [CloudFormation console](https://console.aws.amazon.com/cloudformation/).