instance-scheduler-on-aws
instance-scheduler-on-aws copied to clipboard
Instance Type not reflected in schedule
When specifying an instance type, the period referenced in the schedule is not updated with @instancetype. screenshot of cloudwatch log showing the period resource sent to _create_period and the corresponding created schedule output
Appears to be / tested an easy fix of swapping lines 159 and 160 of the schedule_resource_handler.py resource handler.
Pull Request #314