Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for create periods/schedules from a csv/excel/json #563

Open
arielcv opened this issue Jul 19, 2024 · 1 comment
Open

Support for create periods/schedules from a csv/excel/json #563

arielcv opened this issue Jul 19, 2024 · 1 comment

Comments

@arielcv
Copy link

arielcv commented Jul 19, 2024

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 I had on my previous job. I made a backup of the ConfigTable to replicate it, but now I have to create every period/schedule manually

Describe the feature you'd like

I think an import option could be implemented on the CLI to create periods/schedules in bulk from a csv previously exported.

@CrypticCabub
Copy link
Member

Thanks for reaching out!

We'll add this to our backlog to be prioritized for a future release.

In the meantime, have you considered the CloudFormation Schedule Custom resource? This feature would allow you to define multiple schedules in a single independent CloudFormation template and deploy/manage that group of schedules as it's own separate entity that can be easily copied between different installations of Instance Scheduler (this is actually how I manage my test environments during development).

You can read more about this feature here:
https://docs.aws.amazon.com/solutions/latest/instance-scheduler-on-aws/manage-schedules-using-infrastructure-as-code-iac.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants