Is it possible to configure AWS CodePipeline to not fail the deployment if ApplicationStop script fails? I know I can tick the box when I manually create a deployment via CodeDeploy, however, I can't see any way to do this for deployments created automatically by deploying code via CodePipeline.
Cheers Kris
Turns out that CodeDeploy automatically deploys the newest code to the auto-scaled instances if connected to the auto-scaling group. No need to run the full deploy with ApplicationStop, just need to add ApplicationStart script to launch configuration user data.