This section describes how to bootstrap a Dev Space.
Follow the steps in the Create a key pair section to create a key pair and store it in a file.
Download one of the following bootstrap scripts:
Fell free to create your own bootstrap scripts and share them here.
Edit the key_name
field to match your key pair you just created. You can also edit the other fields to match your requirements, like the availability zone, the instance type, instance profile, the EBS volume size, etc.
Then, you can use the CLI to bootstrap a Dev Space.
$ dev-spaces bootstrap --template arch.yaml --name MyDevSpace
The CLI will take care of creating the Dev Space.
Once the Dev Space is created, you can use the CLI to start it.
$ dev-spaces start -n MyDevSpace --min-cpus 2 --min-memory 4 --max-price 0.08