That's so insightful! Production template that so many companies can use as answers to their architecture design
@tranminhhaifet2 жыл бұрын
Great voice 😁
@linuxdevops59413 жыл бұрын
Great stuff
@raihanrazi46854 жыл бұрын
Good stuff!
@CaptnKonsti4 жыл бұрын
One question: When I'm using CDK deploy and CodeDeploy for ECS in my Pipeline, how do I make sure that CDK deploy does not release a new Docker Image already before CodeDeploy is triggered assuming that I want to make changes to my infrastructure with CDK and my ECS service is part of the same stack?
@SpookFilthy4 жыл бұрын
You don't run cdk deploy in the pipeline. You just run cdk synth to create the cloud formation stack or change set. CodeDeploy then takes over the deploy in the next stage.