Skip to content

Commit

Permalink
Added ECS project
Browse files Browse the repository at this point in the history
  • Loading branch information
TrainWithShubham committed Apr 11, 2023
1 parent 8f8278f commit 11e68ba
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 2023/day85/tasks.md
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 :)

0 comments on commit 11e68ba

Please sign in to comment.