diff --git a/README.md b/README.md index 25df9ac..5868cc2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Please make sure you have met below prerequisites: The following diagram illustrates the reference architecture. Note that it also includes a new **VPC** with two public subnets only for the Application Load Balancer (ALB). -![Architecture](assets/arch.svg) +![Architecture](assets/arch.png) You can also choose to use [AWS Fargate](https://aws.amazon.com/fargate/) behind the ALB instead of [AWS Lambda](https://aws.amazon.com/lambda/), the main difference is the latency of the first byte for streaming response (Fargate is lower). diff --git a/README_CN.md b/README_CN.md index f0c35a5..cd313ad 100644 --- a/README_CN.md +++ b/README_CN.md @@ -49,7 +49,7 @@ OpenAI 的 API 或 SDK 无缝集成并试用 Amazon Bedrock 的模型,而无需 下图展示了本方案的参考架构。请注意,它还包括一个新的**VPC**,其中只有两个公共子网用于应用程序负载均衡器(ALB)。 -![Architecture](assets/arch.svg) +![Architecture](assets/arch.png) 您也可以选择在 ALB 后面接 [AWS Fargate](https://aws.amazon.com/fargate/) 而不是 [AWS Lambda](https://aws.amazon.com/lambda/),主要区别在于流响应的首字节延迟(Fargate更低)。 diff --git a/assets/arch.png b/assets/arch.png new file mode 100644 index 0000000..3740a9f Binary files /dev/null and b/assets/arch.png differ diff --git a/assets/arch.svg b/assets/arch.svg deleted file mode 100644 index a872ef3..0000000 --- a/assets/arch.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -
AWS Cloud
AWS Cloud
Client / SDK
Client / SDK
Application Load Balancer
Application L...
Optional
Optional
AWS Lambda
(Proxy)
AWS Lambda...
Amazon Bedrock
Amazon Bedrock
Parameter Store
(API Key)
Parameter St...
Text is not SVG - cannot display
\ No newline at end of file