instance-scheduler-on-aws icon indicating copy to clipboard operation
instance-scheduler-on-aws copied to clipboard

A cross-account and cross-region solution that allows customers to automatically start and stop EC2 and RDS Instances

Results 125 instance-scheduler-on-aws issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Is there anything planned to handle ECS clusters and its ASGs ? I worked on something similar in the past (see attachment). Maybe it can be used as inspiration....

enhancement

was getting errors about not able to stop RDS instances. Come to find out, those instances are multi-az so they cant be shutdown. Would be nice if the scheduler recognized...

Some thoughts on scheduler-cli after installing it (had to run sudo, setup.py said to use -d but that option as well as --install-dir didn't work). 1. --profile-name is not documented...

I deployed this solution earlier this week and have ran into the same problem described in #130 . The workaround @aquexata used resolved this for me as well. running v1.3.3

There's an issue on RDS Service when multiple instances are scheduled to start. If one fails, the loop is not continued because of a return statement that cames after the...

using the default json implementation at https://s3.amazonaws.com/solutions-reference/aws-instance-scheduler/latest/instance-scheduler.template from https://aws.amazon.com/solutions/implementations/instance-scheduler/ Security Hub fails on: AWS Foundational Security Best Practices v1.0.0 ID | Title --------------|--------------- DynamoDB.2 | DynamoDB tables should have point-in-time...

Given the similarities with RDS's CLI, would it be possible to add support for scheduling DocumentDB instances, too?

One Instance don't get started. The Instance Scheduler role has the kms:CreateGrant permission and the Instance Scheduler can start and stop other Instances with or without encrypted EBS. This is...

Hi - I am having an issue where the period config doesn't be seem to be read properly. The schedule and period is as below ``` { "RetainRunning": false, "Enforced":...

bug