0

When I try to run codedeploy, I get the following error :

The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.

When I look at the ec2 instances created by the auto scalable group, they are both running, and status is passed 2/2 checks passed in green. I am wondering if this is just a catch all error, because its supposed to throw this error if one or both or all are not running.

Anton Cavanaugh
  • 719
  • 1
  • 4
  • 14

1 Answers1

0

It seems it wanted an appspec.yml. I am not sure why a appspec.yml is needed, If you create the autodeploy group, and create the codedeploy application, why is there a need for a appspec.yml. I am using jenkins to run the code deploy. I gave it a appspec.yml that is empty, and seems to work.

Anton Cavanaugh
  • 719
  • 1
  • 4
  • 14
  • Please provide additional details in your answer. As it's currently written, it's hard to understand your solution. – Community Aug 26 '21 at 23:47