amazon-archives / ec2-scheduler

The EC2 Scheduler uses a recurring Lambda function to automatically start and stop EC2 instances based on either default schedule or custom schedule defined per EC2 instance. - Now found at https://github.com/awslabs/aws-instance-scheduler
Other
147 stars 86 forks source link

Fixed a bug that does not start or stop at 0 o'clock. #4

Open ohsawa0515 opened 7 years ago

ohsawa0515 commented 7 years ago

When StartTime or StopTime was set to 0:00, I found a bug in which the start or stop function does not work. It is because it is because StartTime or StopTime does not fall between nowMax and now, so it slice in 24 hours only at 0 o'clock.

groverlalit commented 6 years ago

Thanks for reaching out to us. We are at final stages of deploying a newer version that fixes this issue.