How to stop/start an EC2 instance on a schedule within an autoscale group without terminating the instance?
If you have have an autoscaling group, how do you go about start/stopping the instances ( not launch/terminate) ? The default behaviour is only for launching and terminating instances, but since we also get cost savings for just stopping an instance, we would rather allow the instance to persist. For our purposes, we have a QA environment and we want to start/stop several autoscaling groups daily to save money when the development team leaves the office for evenings and weekends. So how to accomplish this? NOTE: I will be following up with my own detailed answer shortly. First and foremost,