I have services running on ECS Fargate using repo ECR, CodeBuild, GitHub and CI CD pipeline automation for it.

0

I have services running on ECS Fargate containers, following the normal process, Code on GitHub from where image is build By CodeBuild and pushed on ECR, from where copy image URI and give it to Service task definition and update the service. Now I want automation for it. Not the standard automation where when changes on GitHub is done and CICD start working using CodePipeline.

I want when I start build on CodeBuild my automation starts, push image to ECR, create task revision and update ECS service.

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