From dc6ca0082f69fdb375d8720cfa4d0bf8bec78f18 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Tue, 5 Dec 2023 03:37:03 +0000 Subject: [PATCH] update readme --- scripts/aws/README.ja.md | 4 ++-- scripts/aws/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/aws/README.ja.md b/scripts/aws/README.ja.md index f7f093394..e8c7c6a81 100644 --- a/scripts/aws/README.ja.md +++ b/scripts/aws/README.ja.md @@ -3,12 +3,12 @@ **想定時間**: 30 分 ## 説明 -Langflow on AWS では、 AWS Cloud Development Kit (CDK) を用いて Langflow を AWS 上にデプロイする方法を学べます。 +Langflow on AWS では、 [AWS Cloud Development Kit](https://aws.amazon.com/cdk/?nc2=type_a) (CDK) を用いて Langflow を AWS 上にデプロイする方法を学べます。 このチュートリアルは、AWS アカウントと AWS に関する基本的な知識を有していることを前提としています。 作成するアプリケーションのアーキテクチャです。 ![langflow-archi](./img/langflow-archi.png) -[AWS CDK](https://aws.amazon.com/cdk/?nc2=type_a) によって [Application Load Balancer](https://aws.amazon.com/elasticloadbalancing/application-load-balancer/?nc1=h_ls)、[AWS Fargate](https://aws.amazon.com/fargate/?nc2=type_a)、[Amazon Aurora](https://aws.amazon.com/rds/aurora/?nc2=type_a) を作成します。 +AWS CDK によって [Application Load Balancer](https://aws.amazon.com/elasticloadbalancing/application-load-balancer/?nc1=h_ls)、[AWS Fargate](https://aws.amazon.com/fargate/?nc2=type_a)、[Amazon Aurora](https://aws.amazon.com/rds/aurora/?nc2=type_a) を作成します。 Auroraのシークレットは [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/?nc2=type_a) によって管理されます。 Fargate のタスクはフロントエンドとバックエンドに分かれており、サービス検出によって通信します。 リソースをデプロイするだけであれば、上記の各サービスについて深い知識は必要ありません。 diff --git a/scripts/aws/README.md b/scripts/aws/README.md index 384b755fe..06c475ae8 100644 --- a/scripts/aws/README.md +++ b/scripts/aws/README.md @@ -3,13 +3,13 @@ **Duraration**: 30 minutes ## Introduction -In this tutorial, you will learn how to deploy langflow on AWS using AWS Cloud Development Kit (CDK). +In this tutorial, you will learn how to deploy langflow on AWS using [AWS Cloud Development Kit](https://aws.amazon.com/cdk/?nc2=type_a) (CDK). This tutorial assumes you have an AWS account and basic knowledge of AWS. 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). +[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. 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.