best way to orchestrate code deploy

0

Hi experts, We have a use case where we deploy application this way. We run code deploy on first node, once it finishes, code deploy has to run on rest of the nodes in parallel. Once remaining nodes complete, there should be a code which should run on the first node. all these are ec2 instances. Was wondering how to orchestrate it the best way and what options we have.

1개 답변
0

Step Functions would work for this. You can define sequential & parallel steps, branching paths etc. You can use this with or without CodePipeline too, see https://www.sentiatechblog.com/aws-step-functions-the-deployment-orchestrator-that-codepipeline-should-have-been.

CodeDeploy is a supported service integration - https://docs.aws.amazon.com/step-functions/latest/dg/supported-services-awssdk.html.

전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠