You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/concepts/backends.md
+98-28Lines changed: 98 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -579,34 +579,6 @@ gcloud projects list --format="json(projectId)"
579
579
Using private subnets assumes that both the `dstack` server and users can access the configured VPC's private subnets.
580
580
Additionally, [Cloud NAT](https://cloud.google.com/nat/docs/overview) must be configured to provide access to external resources for provisioned instances.
581
581
582
-
## Hot Aisle
583
-
584
-
Log in to the SSH TUI as described in the [Hot Aisle Quick Start :material-arrow-top-right-thin:{ .external }](https://hotaisle.xyz/quick-start/).
585
-
Create a new team and generate an API key for the member in the team.
The API key must have the following roles assigned:
606
-
607
-
* **Owner role for the user** - Required for creating and managing SSH keys
608
-
* **Operator role for the team** - Required for managing virtual machines within the team
609
-
610
582
## Lambda
611
583
612
584
Log into your [Lambda Cloud :material-arrow-top-right-thin:{ .external }](https://lambdalabs.com/service/gpu-cloud) account, click API keys in the sidebar, and then click the `Generate API key`
@@ -937,6 +909,104 @@ projects:
937
909
938
910
</div>
939
911
912
+
## AMD Developer Cloud
913
+
Log into your [AMD Developer Cloud :material-arrow-top-right-thin:{ .external }](https://amd.digitalocean.com/login) account. Click `API` in the sidebar and click the button `Generate New Token`.
**project_name** configuration is optional. If it is not provided, the default project is used.
934
+
935
+
??? info "Required permissions"
936
+
The API key must have the following scopes assigned:
937
+
938
+
* **account** - read
939
+
* **droplet** - create,read,update,delete,admin
940
+
* **project** - create,read,update,delete
941
+
* **regions** - read
942
+
* **sizes** - read
943
+
* **ssh_key** - create,read,update,delete
944
+
945
+
946
+
947
+
## Digital Ocean
948
+
Log into your [Digital Ocean :material-arrow-top-right-thin:{ .external }](https://cloud.digitalocean.com/login) account. Click `API` in the sidebar and click the button `Generate New Token`.
The API key must have the following roles assigned:
1005
+
1006
+
* **Owner role for the user** - Required for creating and managing SSH keys
1007
+
* **Operator role for the team** - Required for managing virtual machines within the team
1008
+
1009
+
940
1010
## CloudRift
941
1011
942
1012
Log into your [CloudRift :material-arrow-top-right-thin:{ .external }](https://console.cloudrift.ai/) console, click `API Keys` in the sidebar and click the button to create a new API key.
0 commit comments