aws-samples / aws-codedeploy-samples

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

Add Suspending/Resuming ASG Processes to ELBv2 #74

Closed tgroshon closed 7 years ago

tgroshon commented 7 years ago

The ELBv2 example scripts do not support suspending and resuming troublesome ASG processes but the original ELB scripts do.

Update the ELBv2 common_functions.sh file to add this functionality.

Fixes Issue #53

tgroshon commented 7 years ago

@avalent yessir, Apache v2.0 is good with me 😄

tgroshon commented 7 years ago

Thanks you guys!