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

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.0.6. Release notes Sourced from werkzeug's releases. 3.0.6 This is the Werkzeug 3.0.6 security fix release, which fixes security issues but does not otherwise change...

dependencies
python

**Describe the bug** Install error when running cdk deploy **To Reproduce** 1. Clone repo instance-scheduler-on-aws 2. Set AWS credentials to right account 3. npx cdk deploy instance scheduler-on-aws **Expected behavior**...

bug

When the min-desired-max values are updated on an ASG these updates are not reflected in the scheduled actions of the ASG. The ASGHandler lambda reports: "Skipping group instance-scheduler-asg with schedule...

bug

**Describe the bug** When the central SpokeRegistration lambda executes (using the Organizations feature), it attempts to create a new log-group, and gets an access denied error. From CloudTrail: ``` "errorCode":...

bug

**Support for creating periods/schedules from a csv/excel/json** I'm start to implementing this solution on a new organization (new job), and I would like to be able of creating all periods/schedules...

enhancement