Skip to content

Commit b4c50ce

Browse files
committed
Add SolutionID and update architecture diagram
1 parent a673227 commit b4c50ce

File tree

6 files changed

+3
-8
lines changed

6 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ If you are unfamiliar with LiteLLM, it provides a consistent interface to access
4848

4949
## Architecture
5050

51-
### Running on ECS
52-
![Architecture Diagram ECS](./media/Genai-Gateway-Architecture-ECS.png)
53-
54-
### Running on EKS
55-
56-
![Architecture Diagram EKS](./media/Genai-Gateway-Architecture-EKS.png)
51+
![Reference Architecture Diagram ECS EKS](./media/Reference_architecture_ECS_EKS_platform_combined.jpg)
5752

5853
## How to deploy
5954

litellm-terraform-stack/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "aws_cloudformation_stack" "guidance_deployment_metrics" {
66
template_body = <<STACK
77
{
88
"AWSTemplateFormatVersion": "2010-09-09",
9-
"Description": "Guidance for GenAI Gateway running on Amazon ECS",
9+
"Description": "Guidance for Running Generative AI Gateway Proxy on AWS. The Solution ID is SO9022 and the Solution Version is 1.0.0",
1010
"Resources": {
1111
"EmptyResource": {
1212
"Type": "AWS::CloudFormation::WaitConditionHandle"

litellm-terraform-stack/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ locals {
1111
project = "llmgateway"
1212
AWSSolution = "ToDo"
1313
GithubRepo = "https://github.com/aws-solutions-library-samples/"
14-
SolutionID = "TBD"
14+
SolutionID = "SO9022"
1515
SolutionNameKey = "Guidance for Running Generative AI Gateway Proxy on AWS"
1616
SolutionVersionKey = "1.0.0"
1717
}
-177 KB
Binary file not shown.
-177 KB
Binary file not shown.
399 KB
Loading

0 commit comments

Comments
 (0)