instance-scheduler-on-aws
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
I have created a stack in ap-southeast-2 region, default timezone is Australia/Melbourne. I have instances launched in us-east-2 region would like to use the aws-instance-scheduler stack launched in ap-southeast-2. I...
After Install the Scheduler CLI on PS and Ubuntu 20.04 (both with Python 2.7), when executing the command `scheduler-cli create-schedule --stack gov-instance-scheduler --name mon-9am-fri-5pm --periods mon-start-9am,tue-thu-full-day,fri-stop-5pm --timezone America/New_York` I have...
stack fails with error Your access has been denied by S3, please make sure your request credentials have permission to GetObject for solutions-eu-south-1/aws-instance-scheduler/v1.3.3/instance-scheduler.zip. S3 Error Code: AccessDenied. S3 Error Message:...
Hi How to schedule EC2 instance to turn-off for next 30 days, on dynamoDB period and schedule
We're beginning to use this solution to power off non-production instances at night. Occasionally, one needs to be brought up, off-hours, to facilitate some additional testing or deployment. It might...
Users are limited to about 150 accounts maximum that can be managed by Instance Scheduler due to the CrossAccountRoles parameter limit. However, users are growing beyond that number. Each role...
`MultiplyWaitStrategy` should be named `ExponentialWaitStrategy` or something similar. See https://en.wikipedia.org/wiki/Exponential_backoff
I have the following periods defined: ``` { "Periods": [ { "Begintime": "10:00", "Description": "period-1", "Endtime": "23:59", "Name": "period1", "Type": "period" } ] } { "Periods": [ { "Begintime": "00:00",...
It would be nice to have support for SageMaker notebooks since they're just EC2 under the hood.
create_rds_snapshot option is true, in RDS instance copy tags to snapshot is also set. Manually snapshots copy tags sucessfully, but with InstanceScheduler stop automation it doesn´t.