I want to schedule an Ec2 for start and stop by auto scaling, is it possible? If it is how can I?
I want to schedule an Ec2 for start and stop by auto scaling without lamda function.
I want to schedule an Ec2 for start and stop by auto scaling, is it possible? If it is how can I?
I want to schedule an Ec2 for start and stop by auto scaling without lamda function.
You can use scheduled actions to do this
https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scheduled-scaling.html
A example of what this looks like is this (This will make the ASG have 0 instances in it overnight )