How To: Run A Cost Effective Blue Green Like Deployment Using ECS Or Fargate

Travel Planner VIP
codeburst
Published in
5 min readMar 9, 2020

--

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.

--

--