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

[Forknet] Park #12915

Open
VanBarbascu opened this issue Feb 12, 2025 · 0 comments
Open

[Forknet] Park #12915

VanBarbascu opened this issue Feb 12, 2025 · 0 comments

Comments

@VanBarbascu
Copy link
Contributor

Forknet runs are quite expensive. The bulk of the cost comes from the instances. To mitigate this, we need to implement a way to 'park' the forknet and be able to resume it once we need it again.

This feature is for cases where you need to save your state of the network. Otherwise, just destroy the network and recreate it when you need the environment again.

Tasks

  • Script to pause the network by removing the instances.
  • Script to resume the network by creating the network and attaching the existing disks.
  • Mirror command to launch these scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant