forked from LondheShubham153/90DaysOfDevOps
-
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.
- Loading branch information
1 parent
8f8278f
commit 11e68ba
Showing
1 changed file
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Project-6 | ||
========= | ||
|
||
# Project Description | ||
|
||
|
||
The project involves deploying a Node JS app on AWS ECS Fargate and AWS ECR. | ||
Read More about the tech stack [here](https://faun.pub/what-is-amazon-ecs-and-ecr-how-does-they-work-with-an-example-4acbf9be8415) | ||
|
||
|
||
|
||
|
||
|
||
## Task-01 | ||
|
||
|
||
- Get a NodeJs application from [GitHub](https://github.com/LondheShubham153/node-todo-cicd). | ||
|
||
- Build the Dockerfile present in the repo | ||
|
||
- Setup AWS CLI and AWS Login in order to tag and push to ECR | ||
|
||
- Setup an ECS cluster | ||
|
||
- Create a Task Definition for the node js project with ECR image | ||
|
||
- Run the Project and share it on LinkedIn :) | ||
|
||
|
||
|
||
Happy Learning :) |