Is there any work around to not create tasks revision on every new deploy? Or is there a way to remove older tasks revision from codePipeline after creating new one?
Thank you!
Is there any work around to not create tasks revision on every new deploy? Or is there a way to remove older tasks revision from codePipeline after creating new one?
Thank you!
Is there any work around to not create tasks revision on every new deploy?
Unfortunately no, this is how the ECS Deploy Action of CodePipeline is coded.
Or is there a way to remove older tasks revision from codePipeline after creating new one?
Unfortunately no, [1], you can only de-register it which marks it as INACTIVE and "hides" it.
[1] Deregistering Task Definition Revisions - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deregister-task-definition.html