Create a Docker image and deploy it using ECR and ECS
Overview:
In this blog, we will build a docker image of a simple web and push it to our docker hub account. After this, we will deploy it on AWS ECR and finally run it by AWS ECS.
Creating the docker image:
Let's create a simple web that will be use...
webworld.hashnode.dev5 min read