You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.
It seems that this solution is not working anymore, the EC2 instance starts a looping where its state changes to stop and start after the instance is stopped by the first time by the script.
It seems that the solution does not honor the start and stop time setup on the tag and keeps starting and stopping the EC2 instances everytime that the lambda is invoked.
Could you please take a look at it?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The start/stop depends on the Lambda's event schedule period. If you set to 1 hour it will happen in 1 hour, if you set to 1 minute the instance will be starting and stopping every minute.
As I mentioned in the issue, it seems that the script does not honor the starting/stopping time on the tag and starts/stops the instances everytime that the Lambda Function is invoked.
Hi,
It seems that this solution is not working anymore, the EC2 instance starts a looping where its state changes to stop and start after the instance is stopped by the first time by the script.
It seems that the solution does not honor the start and stop time setup on the tag and keeps starting and stopping the EC2 instances everytime that the lambda is invoked.
Could you please take a look at it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: