deweb-services/Create GPU
Deploy GPU and provide connection details
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-key | access-key | yes | "" |
| secret-key | secret-key | yes | "" |
| ssh-key | SSH key to add to the target VM to make it possible to connect to your VM | yes | "" |
| image | OS Image to be installed on the target Virtual Machine Deployment like "Ubuntu-v22.04" | no | Ubuntu-v22.04 |
| region | Region where you want to deploy like "USA" | no | United States |
| cpu | Number of CPU cores for your deployment | no | 1 |
| ram | Amount of RAM for your Deployment in MB | no | 1024 |
| disk-size | Disk size for your Deployment in MB | no | 40960 |
| disk-type | Disk type for your Deployment. Available options: hdd, ssd | no | hdd |
| assign-public-ipv4 | If true assigns a public ipv4 address for your Deployment | no | false |
| assign-public-ipv6 | If true assigns a public ipv6 address for your Deployment | no | false |
| assign-ygg-ip | If true assigns a yggdrasil address for your Deployment | no | false |
| vpc-id | ID of the vpc to deploy your VM into | no | "" |
| host-name | Host name for your Deployment | yes | "" |
| ssh-key-name | SSH key name | yes | "" |
Outputs
| name | description |
|---|---|
| uuid | uuid |
| ip | ip |
| ipv6 | ipv6 |
| ygg | ygg |
| host | host |