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

Fixes Issue #250 Description of changes: Allows scheduler data operations on all KMS keys (as ID of CMKs in remote accounts is not known/knowable and could be in a different...

Add possibility to schedule instances in autoscaling groups by detaching and attaching instances. Fix RDS disabled snapshots. Add privileges to IAM. *Issue #, if available:* *Description of changes:* By submitting...

Due to instancating a new period, the call for the instance type in line 163 via period.get(PROP_INSTANCE_TYPE, None) would be performed on the newly created period, where no instance type...

*Description of changes:* This allows custom deployments of the project by: - allowing different acls for artifacts on S3 - not requiring a mirror bucket in the region, which is...

**Is your feature request related to a problem? Please describe.** If you need to start-stop small number of instances (e.g. on dev environment), instance scheduler lambda doesn't need much CPU/memory...

After deploying v2.0.0, having parameter tag 'Schedule', I configured values for my testing schedule "test-office-hours" and its period. I tagged ec2 instance in stopped state with my tag 'Schedule: test-office-hours"...

**Describe the bug** https://s3.amazonaws.com/solutions-reference/aws-instance-scheduler/latest/scheduler-cli.zip downloads version 1.200 of scheduler-cli **To Reproduce** 1. Download https://s3.amazonaws.com/solutions-reference/aws-instance-scheduler/latest/scheduler-cli.zip 2. Install it 3. `scheduler-cli --version` reports `scheduler-cli 1.2.0` **Expected behavior** https://s3.amazonaws.com/solutions-reference/aws-instance-scheduler/latest/scheduler-cli.zip downloads version 2.0.0 of...

bug

Working with a schedule to stop instances at 6:00PM (18:00) on weekdays and not start them so they had to be manually started and it isn't working. First attempt was...

I have been using ssm parameter to pass the IAM role arns for the lambda to assume. I have been using an Advanced parameter but since we have large number...

bug

Do we deploy instance-builder only into the account (kind of OPS account/management account) or it needs to be deployed in every account where we want to control resources? Also, it...