How to use rolling update strategy with cloud pipeline?

0

Actually I'm using cloud pipeline with a complex stack, load balancers, etc...

I discovered today the option to use "rolling update" strategy

I have not found documentation on how to use it when using cloud pipeline .

Could you point me to where/how specify this strategy, please

UPDATE:

in template.codedeploy.yml i tried to update

  DeploymentStyle:
    DeploymentOption: WITH_TRAFFIC_CONTROL
    DeploymentType: BLUE_GREEN

into

  DeploymentStyle:
    DeploymentType: IN_PLACE

But I got

rollback, because "For ECS deployment, the deployment type must be BLUE_GREEN, and deployment option must be WITH_TRAFFIC_CONTROL.

I cannot see any warning against this here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html

質問済み 1ヶ月前109ビュー
回答なし

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

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

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

関連するコンテンツ