Deleted Codedeploy Group AWS

0

I created a Codestar application and linked it through GitHub. I have the pipeline setup so it auto deploys to Lambda and API Gateway when I push to my production branch. I wanted to change my deployment preference and think I went about it the wrong way.

I created a new deployment group that had the AllAtOnce deployment preference that I wanted. I then deleted the HelloWorld deployment group that came with the project. I can't see how I'm supposed to link this new deployment group. I think my deploy keeps failing because it keeps trying to deploy to the HelloWorld group even though it doesn't exist.

The only place I can see where it shows the group anymore is in the CloudFormation designer. It shows it in there. Should I modify the CloudFormation template directly to try to fix this? I was under the impression that I only should be modifying the template.yml, pipeline settings, etc. to make modifications.

What am I misunderstanding with how codestar, codepipeline, cloudformation work?

Alex DeCamillo

Posted 2019-04-23T13:47:40.267

Reputation: 1

No answers