UNCLASSIFIED - NO CUI

Skip to content

Add suspended process option to asg creation

Branden Cobb requested to merge add-suspended-process-to-asg into master

currently bigbang is running into issues with the ASG instances health checks failing so it cycles nodes. Problem is it cycles all the server nodes and the cluster goes away. adding this option will allow for adding suspend Terminate, HealthCheck, ReplaceUnhealthy to the server node pool which will keep the cluster alive.

Merge request reports