Igor, Thanks, CLI level control of 'stop/terminate' is really useful.
My users have some interesting requirements. For instance, they want a Farm with MS Sharepoint, MSSQL and a couple of other Windows systems running.... but the interesting point is that they only need this environment for three weeks at a time. They they'd like to suspend it for two months before bringing it back up. This greatly changes the economics on using AWS. Once I get everything else in good working order, I'm going to poke at the code and see how I might accomplish this... hopefully with lease enforcement set to suspend not terminate. On Thursday, January 21, 2016 at 11:59:08 AM UTC-7, DicsyDel wrote: > > This defines what should happen with instance if you executed > "shutdown -h now" command in CLI. Farm termination (Manual or via > Lease) will always terminate instances. > > Regards, > Igor > > On 21 January 2016 at 10:57, Jay Farschman <[email protected] > <javascript:>> wrote: > > What does this do? I set "AWS_INSTANCE_INITIATED_SHUTDOWN_BEHAVIOR" to > > "stop" on a farm and then let the lease expire. My hope was that it > would > > then stop, rather than terminate VM in AWS, but it appears instead it > sent a > > terminate. Is this just a cron script that missed the new variable? If > so, > > I'd love to modify it. > > > > Message: Terminating server '5eb7783d-a95b-4a50-9409-cc4d80615616' > > (Platform: ec2) (ServerTerminate). > > > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "scalr-discuss" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
