Add suspended process option to asg creation
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.