ECS, RDS, ECR, Cluster
Feb 19 · 5 min read · 1️⃣ What is Docker and why did you use it in this project? Answer:Docker is a tool to package an application with all its dependencies into a container so it runs the same everywhere (local, CI, cloud).In this project, Docker is used to containerize ...
Join discussion