ECS, RDS, ECR, Cluster
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 ...
Feb 19, 20265 min read2