Automated the deployment of a Node JS Application on serverless AWS ECS FARGET
Step 1: Create Instance T2-micro
This Instance is used for building and pushing Docker images
Connect instance SSH through
Step 2: Update
sudo apt-get update
Step 3: Clone Code from GitHub
git clone https://github.com/akshayshinde3/node-todo-Aws_se...
akshayshinde9.hashnode.dev2 min read