Andrew
Andrew

Reputation: 1998

AWS CodeDeploy deployment not starting

Just in the past hour, our AWS CodeDeploy deployments have started hanging before even having a Start Time when looking at the Deployment Details page. The Status stays at In Progress indefinitely. We have not changed any of our deployment lifecycle details, so that leads me to believe that this is either some kind of CodeDeploy outage, or some kind of fluke that I'm not sure how to reset (Stopping the deployment and starting another ends up in the same place).

Has anyone else experienced this problem? Any ideas how to fix it?

Upvotes: 0

Views: 2338

Answers (3)

Michael
Michael

Reputation: 1183

I had this happen and I kept restarting the pipeline to no avail. I finally pushed a minor change and it magically started working again.

Upvotes: 0

Charles Hearn
Charles Hearn

Reputation: 26

it looks like there is currently degraded performance on the Virginia region EC2 API, I'm also having issues with CodeDeploy not working and I assumed it may be from the increase in error rates on DescribeInstances in that region. AWS status page

Upvotes: 1

Jonathan Turpie
Jonathan Turpie

Reputation: 1363

Check the host agent on your instances. It's possible that it stopped running.

Upvotes: 2

Related Questions