iferaorg/Launch LambdaLabs Instance
Launches a Lambda Labs cloud instance using environment settings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| instance_type_name | The type of instance to launch | yes | — |
| region_name | The region to launch the instance in | yes | — |
| ssh_key_names | The SSH key names to use for the instance | yes | — |
| file_system_names | The file system names to attach to the instance (optional) | no | "" |
| name | The name of the instance (optional) | no | "" |
| lambda_token | The LambdaLabs API token | yes | — |
| wait_for_boot | Whether to wait for the instance to boot | no | false |
| boot_timeout | The timeout in seconds to wait for the instance to boot | no | 600 |
Outputs
| name | description |
|---|---|
| instance_id | The ID of the launched instance |