How to deploy Containerized Applications with Amazon ECS

Nidhi
5 min readMar 29, 2021

In this blog, we will deploy a docker container in Amazon ECS(Elastic Container Service) using ECR ( Elastic Container Registry)

Prerequisite

  1. Configure aws credential
  2. Install aws cli version 2

--

--