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 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则