<aside>
💡 Frequently used commands for cedana-orch
</aside>
To launch a spot instance:
cedana-orch spot inst
Which will look at the configuration (which you can set up by running cedana-orch boostrap) and launch accordingly!
Manage spot instances and get command line ssh instructions using:
cedana-orch spot describe -s running
Where -s is a flag for status. For a full list of options and statuses to filter on, run:
cedana-orch spot describe --help
To destroy a spot instance, you can run:
cedana-orch spot destroy INSTANCE-iD
or pass the --all flag to destroy all launched instances.