Click to see the Article — Part 1 Why AWS ECS and Fargate? Amazon ECS is a fully managed container orchestration service that helps us quickly deploy, manage, and scale containerized applications. We can run docker containers on EC2 instances or in Fargate, a serverless container option. Specific considerations make us choose ECS in combination…