generated from FCJ-DNTU/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from FCJ-DNTU/1-introduction/2-preparation
1 introduction/2 preparation
- Loading branch information
Showing
39 changed files
with
61 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
+++ | ||
title = "Introduce" | ||
date = 2024 | ||
weight = 1 | ||
chapter = false | ||
pre = "<b>1. </b>" | ||
+++ | ||
### 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. | ||
|
||
**Content:** | ||
Amazon ECS automates container management, including creating, maintaining, and scaling tasks and services, while seamlessly integrating with other AWS services such as **Amazon RDS** for databases, **Elastic Load Balancer** for load balancing, and **VPC** for networking. In this section, we will: | ||
|
||
- **Create an ECS Cluster** to host your containers. | ||
- **Define tasks** for the applications packaged as Docker images. | ||
- **Deploy services** on ECS to ensure scalability and high availability. | ||
- **Connect ECS to RDS** so the application can securely and efficiently access the database. | ||
|
||
With ECS, you can leverage features like **Auto Scaling** to ensure your application is always ready to handle increased traffic without worrying about managing the infrastructure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
content/2-preparation/4-create-codedeploy-role/_index.vi.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.