Hey, I'm trying to use AWS's CodePipeline service. Source as CodeCommit, skipped the build stage, CodeDeploy for deploy. I get an error on the deploy stage and the overall pipeline execution fails
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.
How do I get rid of this error? Where am I going wrong?