Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy multiple services with same task definition #420

Open
msalinasboz opened this issue Nov 26, 2022 · 2 comments
Open

Deploy multiple services with same task definition #420

msalinasboz opened this issue Nov 26, 2022 · 2 comments

Comments

@msalinasboz
Copy link

Hi! we use task definitions to deploy many services, but at the moment when the task definition is deployed, each service has a different version of it, we expect that the previous task definitions created by de action be the same for all the services, otherways in ecs we have a lot of task definition with the same definition but different number of task.

taskdeifnition

Some idea what is happen or what we are doing in the wrong way?

@varunchillara27
Copy link

varunchillara27 commented Nov 26, 2022

Are you using strategy matrix to pull in multiple images from ECR to ECS? I am in a similar situation, where multiple tasks are created on ECS whenever a deployment of multi-containers takes place

@msalinasboz
Copy link
Author

msalinasboz commented Nov 26, 2022

No, im building the image in the job Build Image, then i take the output image and use it on task definition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants