Stuck at Proposing infrastructure changes for the pipeline when trying to deploy an unchanged pipeline.
However, it won't get stuck if the pipeline already got updated with a change and then do an update with no change.
It's hanging on this call:
https://github.com/aws/amazon-ecs-cli-v2/blob/8cece1f99dbb2ff33869741789d2846edda76089/internal/pkg/deploy/cloudformation/pipeline.go#L45-L48
because the ChangetSet fails, we delete it, and the Acceptors in the SDK function call are looking for one of:
UPDATE_COMPLETEUPDATE_FAILEDUPDATE_ROLLBACK_FAILEDUPDATE_ROLLBACK_COMPLETEValidationErrorbut the actual stack status is CREATE_COMPLETE
Most helpful comment
It's hanging on this call:
https://github.com/aws/amazon-ecs-cli-v2/blob/8cece1f99dbb2ff33869741789d2846edda76089/internal/pkg/deploy/cloudformation/pipeline.go#L45-L48
because the ChangetSet fails, we delete it, and the Acceptors in the SDK function call are looking for one of:
UPDATE_COMPLETEUPDATE_FAILEDUPDATE_ROLLBACK_FAILEDUPDATE_ROLLBACK_COMPLETEValidationErrorbut the actual stack status is
CREATE_COMPLETE