Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When you want to turn it back on, simply click the Rocket launch icon on the card. Wait for about 30 seconds, then you should be up and running again, ready to connect.

...

Smart Scheduler and auto-shutdown

Feeling lazy? Make use of the RONIN smart scheduler to automatically turn your machines on and off as needed: https://blog.ronin.cloud/smart-schedule-help/

You can also set up commands in your workflows to automatically shutdown the machines you are working with after your workload completes.

On Linux machines you can use:

Code Block
shutdown -t 0

On Windows you can use:

Code Block
shutdown /t 0

Storage costs

Hard drive storage space can be a hidden cost with cloud computing so is a good target to optimise costs for. Unlike machines, you pay for storage all the time. Storage costs the same price whether machines are turned off or on. You are also charged when you move data from the cloud to anywhere else - known as data egress (but it is free the other way around - data ingress). Here are some tips to manage your storage costs.

...