Deploying Node app to ECS with Docker

Deploying Node app to ECS with Docker

In this tutorial, I’ll walk you through the steps on how to dockerize a Node.js application and then deploy it to Amazon Web Services (AWS) using Amazon Elastic Container Registry (ECR) and Amazon Elastic Container Service (ECS). We’ll do it in follow under: 1) Environment Setup Node and Npm: Follow this link to install the latest versions. Docker: Follow this link to install the latest […]

Read More