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

From everything I've read about this solution, it relies on tagging in place to take action. I'd love to use this to control schedules via tags, but also apply a...

feature request

Would it be possible to stop instances only under certain conditions? Examples of conditions: - if an SSH/RDP connection is currently opend and used by someone - if an object...

feature request

The [documentation ](https://docs.aws.amazon.com/solutions/latest/instance-scheduler/appendix-a.html#create-schedule) states the CLI argument is `--metrics`, but the [code ](https://github.com/awslabs/aws-instance-scheduler/blob/master/source/code/cli/scheduler_cli/scheduler_cli.py#L75) uses `--use-metrics`.

bug

In november 2018 [Amazon RDS enabled stopping and starting of multi-AZ database instances](https://aws.amazon.com/about-aws/whats-new/2018/10/amazon-rds-stop-and-start-of-multi-az-instances). The announcement explains why you might want to do this: > Amazon RDS for MySQL, MariaDB, PostgreSQL,...

feature request

When I created some schedules using the custom resources found here: https://docs.aws.amazon.com/solutions/latest/instance-scheduler/appendix-d.html I was going to have to hard code the arn for the lambda mentioned. I think this could...

review

If a spot instance is tagged with a schedule, an entire batch of instances, even non-spot, will not stop per their schedule. This is the error logged in CloudTrail: The...

feature request

To use AWS services in AWS China (Beijing) Region and AWS China (Ningxia) Region, you need an account and credentials specific to the AWS services in mainland China. Accounts created...

feature request

Please up-vote if you want this feature. Do not submit a new feature request.

feature request

Consider the following scenario: 1) retain_running is set to "true" 2) An instance is manually started outside the scheduled time. We would like a notification if the scheduler finds an...

I would like to setup the instance scheduler to run once a day and stop only instances that have been in the running state for more than 1 hr. Any...

enhancement