Category: Deployment, Docker, containerization

ECS and Fargate are serverless solutions provided by amazon, which can run pretty much anything that you can run in a docker container. There is a feature that isn’t talked about, but that is the ability to perform a blue green like deployment in a cost effective way.

Related Articles