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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ