aws-samples / aws-codedeploy-samples

Samples and template scenarios for AWS CodeDeploy
Apache License 2.0
639 stars 780 forks source link

Required for Blue / Green deployment groups? #66

Closed schmohlio closed 7 years ago

schmohlio commented 7 years ago

Hello,

Per the important-notice-about-handling-autoscaling-processes, I'm curious if we need to use the scripts in common_functions.sh and the HANDLE_PROCS configurations when using blue/green deployments with ASGs instead of in-place deployments with ASGs. It seems like since blue/green has native support for autoscaling groups, that it would handle enable/disabling autoscaling events behind the scenes?

Thanks in advance!

Jmcfar commented 7 years ago

Hi!

Blue / Green deployments have built-in support for handling ELB interactions, so you should not need to use the provided sample scripts.

schmohlio commented 7 years ago

great, thanks.