ECS-to-CodeDeploy deployment

0

Assuming the following tutorial: https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-ecs-ecr-codedeploy.html Question, there is a possibility to have a CodeBuild stage after source which dynamically generate the taskdef.json and export it into artifactory zip. Code/Deploy stage to use this one into blue/green deployment? Thanks

1 Answer
0

Yes it will be able to use, as it will create the file in s3 but that needs to be mentioned as the output artifacts in s3 bucket. In the artifacts we need to add all the required files like taskdef.json .

AWS
answered a year ago

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