samshers
samshers

Reputation: 3690

How to update ECS container/TASK through Jenkins?

Here's a beautiful related Q - "How do I deploy updated Docker images to Amazon ECS tasks?"

But my concern is how to integrate this with CI/CD pipeline when using Jenkins for CI.

  1. Using Jenkins or any Jenkin's plugin is it possible to push the recently build docker image to ECR.
  2. Using Jenkins or any Jenkin's plugin is it possible to update the ECS container/task with the recently built or published (to ECR) image.

Upvotes: 0

Views: 887

Answers (1)

tomnyson
tomnyson

Reputation: 297

you can using aws ecs cli comand to update your services

Upvotes: 2

Related Questions