Reputation: 4335
I have codedeploy setup to deploy to an autoscaling group. I also have a jenkins build setup to build and deploy to code deploy.
When I use the jenkins box to deploy to codedeploy, every instance within the autoscaling group gets deployed to and everything works great.
However, when I tell the autoscaling group to bump the desired number of instances up to +1, that new instance fails to pickup the deployment from codedeploy. It has the codedeploy-agent service installed and it is running.
Any ideas for help with debugging this would be greatly appreciated.
Upvotes: 0
Views: 61
Reputation: 4335
So, I wasn't being patient enough. Sometimes it just takes time--everything was setup right.
Upvotes: 0