From a111f5a9933790c848501936545291652f21e293 Mon Sep 17 00:00:00 2001 From: ThaiAnhDuc02 Date: Fri, 11 Oct 2024 14:11:45 +0700 Subject: [PATCH] update_structure --- content/1-introduction/_index.md | 8 ++++++++ content/3-ecs-cluster/_index.md | 7 ++----- content/3-ecs-cluster/_index.vi.md | 6 ++---- content/4-ecs-task-definition/_index.md | 5 ++--- content/4-ecs-task-definition/_index.vi.md | 5 ++--- content/5-config-alb/1-create-tg/_index.md | 10 +++++----- content/5-config-alb/1-create-tg/_index.vi.md | 9 ++++----- content/5-config-alb/2-create-alb/_index.md | 10 +++++----- content/5-config-alb/2-create-alb/_index.vi.md | 9 ++++----- content/5-config-alb/_index.md | 6 +++--- content/5-config-alb/_index.vi.md | 6 +++--- content/6-ecs-service/_index.md | 5 ++--- content/6-ecs-service/_index.vi.md | 5 ++--- content/7-test-result/_index.md | 4 ++-- content/7-test-result/_index.vi.md | 5 ++--- content/8-clean-up/_index.md | 5 ++--- content/8-clean-up/_index.vi.md | 5 ++--- content/_index.vi.md | 13 ++++++------- 18 files changed, 58 insertions(+), 65 deletions(-) diff --git a/content/1-introduction/_index.md b/content/1-introduction/_index.md index 5192930..7a639eb 100644 --- a/content/1-introduction/_index.md +++ b/content/1-introduction/_index.md @@ -1,3 +1,11 @@ ++++ +title = "Introduction" +date = 2024 +weight = 1 +chapter = false +pre = "1. " ++++ + ### Introduction to Deploying Applications on Amazon Elastic Container Service (ECS) After completing the setup of Docker images, containers, and RDS in the previous steps, we will now move forward by deploying our application on **Amazon Elastic Container Service (ECS)** — a powerful AWS service that allows you to deploy and manage containerized applications at scale. diff --git a/content/3-ecs-cluster/_index.md b/content/3-ecs-cluster/_index.md index 7cc07d5..1c1f464 100644 --- a/content/3-ecs-cluster/_index.md +++ b/content/3-ecs-cluster/_index.md @@ -1,12 +1,9 @@ +++ title = "Create ECS Cluster" date = 2024 -weight = 4 +weight = 3 chapter = false -pre = "4. " +pre = "3. " +++ #### Creating an Admininistrator Group - - - diff --git a/content/3-ecs-cluster/_index.vi.md b/content/3-ecs-cluster/_index.vi.md index 8e4e56f..b4845da 100644 --- a/content/3-ecs-cluster/_index.vi.md +++ b/content/3-ecs-cluster/_index.vi.md @@ -1,11 +1,9 @@ +++ title = "Tạo ECS Cluster" date = 2024 -weight = 4 +weight = 3 chapter = false -pre = "4. " +pre = "3. " +++ - #### Creating an Admininistrator Group - diff --git a/content/4-ecs-task-definition/_index.md b/content/4-ecs-task-definition/_index.md index 68b6a21..0692e7d 100644 --- a/content/4-ecs-task-definition/_index.md +++ b/content/4-ecs-task-definition/_index.md @@ -1,10 +1,9 @@ +++ title = "Create ECS Task Definition" date = 2024 -weight = 5 +weight = 4 chapter = false -pre = "5. " +pre = "4. " +++ #### Creating an Admininistrator Group - diff --git a/content/4-ecs-task-definition/_index.vi.md b/content/4-ecs-task-definition/_index.vi.md index b33a344..34c6978 100644 --- a/content/4-ecs-task-definition/_index.vi.md +++ b/content/4-ecs-task-definition/_index.vi.md @@ -1,10 +1,9 @@ +++ title = "Tạo ECS Task Definition" date = 2024 -weight = 5 +weight = 4 chapter = false -pre = "5. " +pre = "4. " +++ #### Creating an Admininistrator Group - diff --git a/content/5-config-alb/1-create-tg/_index.md b/content/5-config-alb/1-create-tg/_index.md index ed1524e..9e05c5c 100644 --- a/content/5-config-alb/1-create-tg/_index.md +++ b/content/5-config-alb/1-create-tg/_index.md @@ -3,11 +3,11 @@ title = "Create Target Group" date = 2024 weight = 1 chapter = false -pre = "6.1. " +pre = "5.1. " +++ {{% notice note%}} -To enable MFA, you need to log in to AWS using the root user. +To enable MFA, you need to log in to AWS using the root user. {{% /notice%}} #### Activate virtual MFA devices via Console @@ -27,6 +27,6 @@ To set up and activate virtual MFA devices: 5. Install a [compatible Authenticator application](https://aws.amazon.com/iam/features/mfa/#Virtual_MFA_Applications) on your phone. 6. After installing the app, select **Show QR Code** and use your Authenticator application to scan the QR code. - Sample MFA registration with _Microsoft Authenticator_: - ![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) -1. In the **MFA code 1** box, enter 6 numeric characters from the app. Wait 30 seconds or until the next refresh, then enter the next 6 characters into the **MFA Code 2** box and select **Assign MFA**. -2. You have now completed activating your **virtual MFA device**! + ![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) +7. In the **MFA code 1** box, enter 6 numeric characters from the app. Wait 30 seconds or until the next refresh, then enter the next 6 characters into the **MFA Code 2** box and select **Assign MFA**. +8. You have now completed activating your **virtual MFA device**! diff --git a/content/5-config-alb/1-create-tg/_index.vi.md b/content/5-config-alb/1-create-tg/_index.vi.md index 8237c7e..b272a73 100644 --- a/content/5-config-alb/1-create-tg/_index.vi.md +++ b/content/5-config-alb/1-create-tg/_index.vi.md @@ -3,11 +3,11 @@ title = "Tạo Target Group" date = 2024 weight = 1 chapter = false -pre = "6.1. " +pre = "5.1. " +++ {{% notice note %}} -Để kích hoạt MFA, bạn cần đăng nhập vào AWS sử dụng root user. +Để kích hoạt MFA, bạn cần đăng nhập vào AWS sử dụng root user. {{% /notice %}} #### Kích hoạt thiết bị MFA ảo thông qua Console @@ -25,8 +25,7 @@ pre = "6.1. " 4. Trong Manage MFA Device, chọn **Virtual MFA device** sau đó chọn **Continue**. 5. Cài đặt ứng dụng tương thích trên điện thoại của bạn. [Danh sách ứng dụng MFA](https://aws.amazon.com/iam/features/mfa/?audit=2019q1). -6. Sau khi cài đặt ứng dụng, chọn **Show QR Code** và dùng điện thoại đang mở ứng dụng MFA của bạn để scan mã QR. - - ***Ví dụ:** Bạn đang sử dụng *Microsoft Authenticator*. -![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) +6. Sau khi cài đặt ứng dụng, chọn **Show QR Code** và dùng điện thoại đang mở ứng dụng MFA của bạn để scan mã QR. - **\*Ví dụ:** Bạn đang sử dụng _Microsoft Authenticator_. + ![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) 7. Ở ô **MFA code 1**, nhập 6 kí tự số trong app, đợi 30 giây sau đó nhập tiếp 6 kí tự số vào ô **MFA Code 2** và chọn **Assign MFA**. 8. Bây giờ bạn đã hoàn thành kích hoạt **thiết bị MFA ảo**. diff --git a/content/5-config-alb/2-create-alb/_index.md b/content/5-config-alb/2-create-alb/_index.md index cb6e9ae..b5e66f1 100644 --- a/content/5-config-alb/2-create-alb/_index.md +++ b/content/5-config-alb/2-create-alb/_index.md @@ -3,11 +3,11 @@ title = "Create Application Load Balancer" date = 2024 weight = 2 chapter = false -pre = "6.2. " +pre = "5.2. " +++ {{% notice note%}} -To enable MFA, you need to log in to AWS using the root user. +To enable MFA, you need to log in to AWS using the root user. {{% /notice%}} #### Activate virtual MFA devices via Console @@ -27,6 +27,6 @@ To set up and activate virtual MFA devices: 5. Install a [compatible Authenticator application](https://aws.amazon.com/iam/features/mfa/#Virtual_MFA_Applications) on your phone. 6. After installing the app, select **Show QR Code** and use your Authenticator application to scan the QR code. - Sample MFA registration with _Microsoft Authenticator_: - ![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) -1. In the **MFA code 1** box, enter 6 numeric characters from the app. Wait 30 seconds or until the next refresh, then enter the next 6 characters into the **MFA Code 2** box and select **Assign MFA**. -2. You have now completed activating your **virtual MFA device**! + ![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) +7. In the **MFA code 1** box, enter 6 numeric characters from the app. Wait 30 seconds or until the next refresh, then enter the next 6 characters into the **MFA Code 2** box and select **Assign MFA**. +8. You have now completed activating your **virtual MFA device**! diff --git a/content/5-config-alb/2-create-alb/_index.vi.md b/content/5-config-alb/2-create-alb/_index.vi.md index 78741b6..b1b59dc 100644 --- a/content/5-config-alb/2-create-alb/_index.vi.md +++ b/content/5-config-alb/2-create-alb/_index.vi.md @@ -3,11 +3,11 @@ title = "Tạo Application Load Balancer" date = 2024 weight = 2 chapter = false -pre = "6.2. " +pre = "5.2. " +++ {{% notice note %}} -Để kích hoạt MFA, bạn cần đăng nhập vào AWS sử dụng root user. +Để kích hoạt MFA, bạn cần đăng nhập vào AWS sử dụng root user. {{% /notice %}} #### Kích hoạt thiết bị MFA ảo thông qua Console @@ -25,8 +25,7 @@ pre = "6.2. " 4. Trong Manage MFA Device, chọn **Virtual MFA device** sau đó chọn **Continue**. 5. Cài đặt ứng dụng tương thích trên điện thoại của bạn. [Danh sách ứng dụng MFA](https://aws.amazon.com/iam/features/mfa/?audit=2019q1). -6. Sau khi cài đặt ứng dụng, chọn **Show QR Code** và dùng điện thoại đang mở ứng dụng MFA của bạn để scan mã QR. - - ***Ví dụ:** Bạn đang sử dụng *Microsoft Authenticator*. -![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) +6. Sau khi cài đặt ứng dụng, chọn **Show QR Code** và dùng điện thoại đang mở ứng dụng MFA của bạn để scan mã QR. - **\*Ví dụ:** Bạn đang sử dụng _Microsoft Authenticator_. + ![MFA QR Scanner](/images/1-account-setup/MFAScannerQR.png?width=90pc) 7. Ở ô **MFA code 1**, nhập 6 kí tự số trong app, đợi 30 giây sau đó nhập tiếp 6 kí tự số vào ô **MFA Code 2** và chọn **Assign MFA**. 8. Bây giờ bạn đã hoàn thành kích hoạt **thiết bị MFA ảo**. diff --git a/content/5-config-alb/_index.md b/content/5-config-alb/_index.md index e0424f6..aa834b2 100644 --- a/content/5-config-alb/_index.md +++ b/content/5-config-alb/_index.md @@ -1,12 +1,12 @@ +++ title = "Configure Application Load Balancer" date = 2024 -weight = 6 +weight = 5 chapter = false -pre = "6. " +pre = "5. " +++ #### Creating an Admininistrator Group 1. [Create Target Group](1-create-tg) -2. [Create Application Load Balancer](2-create-alb) \ No newline at end of file +2. [Create Application Load Balancer](2-create-alb) diff --git a/content/5-config-alb/_index.vi.md b/content/5-config-alb/_index.vi.md index 91faa6e..ab17e15 100644 --- a/content/5-config-alb/_index.vi.md +++ b/content/5-config-alb/_index.vi.md @@ -1,12 +1,12 @@ +++ title = "Cấu hình Application Load Balancer" date = 2024 -weight = 6 +weight = 5 chapter = false -pre = "6. " +pre = "5. " +++ #### Creating an Admininistrator Group 1. [Tạo Target Group](1-create-tg) -2. [Tạo Application Load Balancer](2-create-alb) \ No newline at end of file +2. [Tạo Application Load Balancer](2-create-alb) diff --git a/content/6-ecs-service/_index.md b/content/6-ecs-service/_index.md index 8581834..7372b51 100644 --- a/content/6-ecs-service/_index.md +++ b/content/6-ecs-service/_index.md @@ -1,10 +1,9 @@ +++ title = "Create ECS Service" date = 2024 -weight = 7 +weight = 6 chapter = false -pre = "7. " +pre = "6. " +++ #### Creating an Admininistrator Group - diff --git a/content/6-ecs-service/_index.vi.md b/content/6-ecs-service/_index.vi.md index 94524a8..6ed2fcb 100644 --- a/content/6-ecs-service/_index.vi.md +++ b/content/6-ecs-service/_index.vi.md @@ -1,10 +1,9 @@ +++ title = "Tạo ECS Service" date = 2024 -weight = 7 +weight = 6 chapter = false -pre = "7. " +pre = "6. " +++ #### Creating an Admininistrator Group - diff --git a/content/7-test-result/_index.md b/content/7-test-result/_index.md index 79b421b..058cb4b 100644 --- a/content/7-test-result/_index.md +++ b/content/7-test-result/_index.md @@ -1,9 +1,9 @@ +++ title = "Test Result" date = 2024 -weight = 8 +weight = 7 chapter = false -pre = "8. " +pre = "7. " +++ #### Creating an Admininistrator Group diff --git a/content/7-test-result/_index.vi.md b/content/7-test-result/_index.vi.md index a5d0d5d..b72eda2 100644 --- a/content/7-test-result/_index.vi.md +++ b/content/7-test-result/_index.vi.md @@ -1,10 +1,9 @@ +++ title = "Kết quả kiểm tra" date = 2024 -weight = 8 +weight = 7 chapter = false -pre = "8. " +pre = "7. " +++ #### Creating an Admininistrator Group - diff --git a/content/8-clean-up/_index.md b/content/8-clean-up/_index.md index 8c12e82..1e8d8f9 100644 --- a/content/8-clean-up/_index.md +++ b/content/8-clean-up/_index.md @@ -1,10 +1,9 @@ +++ title = "Clean up resources" date = 2024 -weight = 9 +weight = 8 chapter = false -pre = "9. " +pre = "8. " +++ #### Creating an Admininistrator Group - diff --git a/content/8-clean-up/_index.vi.md b/content/8-clean-up/_index.vi.md index 1d159e9..8010a2a 100644 --- a/content/8-clean-up/_index.vi.md +++ b/content/8-clean-up/_index.vi.md @@ -1,10 +1,9 @@ +++ title = "Dọn dẹp tài nguyên" date = 2024 -weight = 9 +weight = 8 chapter = false -pre = "9. " +pre = "8. " +++ #### Creating an Admininistrator Group - diff --git a/content/_index.vi.md b/content/_index.vi.md index 95023d4..0251e31 100644 --- a/content/_index.vi.md +++ b/content/_index.vi.md @@ -9,11 +9,10 @@ chapter = false 1. [Giới thiệu](1-introduction/) 2. [Chuẩn bị](2-preparation/) -3. [Chuẩn bị cho việc triển khai](3-preparation-deploy/) -4. [Tạo ECS Cluster](4-ecs-cluster/) -5. [Tạo định nghĩa nhiệm vụ ECS](5-ecs-task-definition/) -6. [Cấu hình bộ cân bằng tải ứng dụng](6-config-alb/) -7. [Tạo dịch vụ ECS](7-ecs-service/) -8. [Kiểm tra kết quả](8-test-result/) -9. [Dọn dẹp tài nguyên](9-clean-up/) +3. [Tạo ECS Cluster](3-ecs-cluster/) +4. [Tạo định nghĩa nhiệm vụ ECS](4-ecs-task-definition/) +5. [Cấu hình bộ cân bằng tải ứng dụng](5-config-alb/) +6. [Tạo dịch vụ ECS](6-ecs-service/) +7. [Kiểm tra kết quả](7-test-result/) +8. [Dọn dẹp tài nguyên](8-clean-up/)