I’m deploying an appliation via ECS, and whenever ...
# aws
h
I’m deploying an appliation via ECS, and whenever I deploy a new version of the task def, the old task is being marked INACTIVE but the task itself doesn’t change from RUNNING, so suddenly there are two tasks running with different versions. Pulumi reports 1 updated, 1 replaced, with
aws:ecs/taskDefinition:TaskDefinition: (replace)
and
aws:ecs/service:Service: (update)
I can see the task definition in the service change, but why doesn’t Pulumi also delete/stop the old task?
g
Can you share your code with any confidential info redacted?