-1

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.

Geralt
  • 17
  • 3
  • 1
    First search result for "AWS Scheduled Auto Scaling": https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scheduled-scaling.html – Mark B Mar 28 '23 at 12:37
  • To auto start-stop ec2 servers, you can use the AWS Instance scheduler too. For Auto scaling requirement, check the official docs to get better idea – Cloud Wanderer Mar 29 '23 at 05:14

1 Answers1

0

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 ) example

Will
  • 818
  • 3
  • 14