AWS CodeDeploy: DeploymentConfigDoesNotExistException AWS CodeDeploy: DeploymentConfigDoesNotExistException jenkins jenkins

AWS CodeDeploy: DeploymentConfigDoesNotExistException


The error says you are using a wrong Deployment Configuration. These are the default configurations:

enter image description here

Note that you have CodeDeploymentDefault.OneAtATime, it should be CodeDeployDefault.OneAtATime.

On Jenkins, you can change it here:

enter image description here

Image taken from Setting Up the Jenkins Plugin for AWS CodeDeploy