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

posta un mese fa109 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande