Has anyone ever experienced inconsistent deploys b...
# help
a
Has anyone ever experienced inconsistent deploys between CI and local deploy? I’m deploying a fargate service and deploys from my local work fine, but the exact same commit is stuck in UPDATE_IN_PROGRESS for the ecs service (i let it time out once, 3hrs I think it took)… the weird thing is that this suddenly happened and I can’t find a cause for such a problem.
f
Hey @Arpad, you could try using the same IAM credentially locally and CI. Besides that, I can’t think of anything different between the two.
Maybe take a look at the events in ur CloudTrail console, that should tell u if CloudFormation is stuck retrying an ECS API or is ECS simply not responding.