From 20c82e28aba7397ca22de49a071187dedd7a78e7 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Sat, 2 Dec 2023 01:13:24 +0000 Subject: [PATCH] add archi --- scripts/aws/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/aws/README.md b/scripts/aws/README.md index 3912d5792..d135b1aa4 100644 --- a/scripts/aws/README.md +++ b/scripts/aws/README.md @@ -4,8 +4,9 @@ In this tutorial, you will learn how to deploy langflow on AWS using CDK. This tutorial assumes you have an AWS account and basic knowledge of AWS. -The architecture of the application to be created: [Application Load Balancer](https://aws.amazon.com/elasticloadbalancing/application-load-balancer/?nc1=h_ls), [AWS Fargate](https://aws.amazon.com/fargate/?nc2=type_a) and [Amazon Aurora](https://aws.amazon.com/rds/aurora/?nc2=type_a) are created by [AWS CDK](https://aws.amazon.com/cdk/?nc2=type_a). +The architecture of the application to be created: ![langflow-archi](./img/langflow-archi.png) +[Application Load Balancer](https://aws.amazon.com/elasticloadbalancing/application-load-balancer/?nc1=h_ls), [AWS Fargate](https://aws.amazon.com/fargate/?nc2=type_a) and [Amazon Aurora](https://aws.amazon.com/rds/aurora/?nc2=type_a) are created by [AWS CDK](https://aws.amazon.com/cdk/?nc2=type_a). The aurora's secrets are managed by [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/?nc2=type_a). The Fargate task is divided into a frontend and a backend, which communicate through service discovery. If you just want to deploy resources, you do not need in-depth knowledge of each of the above services.