ECS Fargate with ECS connect and Code Deploy

0

We want to use Blue/green with canary deployment managed by Code Deploy and we want to include ECS Service connect as well. is that possible?

Today we have app mesh and we want to implement BLue green with Code deploy. In order to do that we want to implement ECS service connect instead App mesh.

thanks a lot in advance,

1 Answer
0

Hello,

Currently service connect does not support blue/green deployment, as mentioned in the document[1] only services that use rolling deployments are supported with Service Connect. Services that use the blue/green and external deployment types aren’t supported.

[1] https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html [2] https://aws.amazon.com/blogs/compute/bluegreen-deployments-with-amazon-ecs/ [3] https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-blue-green.html

AWS
sanju_s
answered 5 months ago
profile picture
EXPERT
reviewed a month ago
  • So instead of using ECS Service connect with ECS fargate and code deploy, Do I need to use App Mesh? not sure if it is possible use app mesh and code deploy

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions