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

asked 17 days ago68 views
No Answers

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