LaunchFlow Cloud
Machine Types
No matter what type of machine you use your billing rate will always be the same ($0.12 per CPU hour). The only difference is the amount of resources you have access to. The following table shows the different types of machines available on the cluster.
CPUs | RAM (GB) | Hourly Cost | Monthly Cost |
---|---|---|---|
2 | 7.5 | $0.24 | $175.2 |
4 | 15 | $0.48 | $350.4 |
8 | 30 | $0.96 | $700.8 |
16 | 60 | $1.92 | $1401.6 |
Machine types can be specified when you launch a deployment via the CLI; if no machine type is specific the default is 2 CPUs and 7.5 GB of RAM. For example, to launch a deployment with 8 CPUs you would run the following command:
launch deployments submit --num-cpus=8
Specifying a machine type is not currently supported in the VS Code extension and the default of two will be used.