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

gefragt vor einem Monat109 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen