Create a Cloud Account
Overview
Cloud Accounts connect your external cloud infrastructure to the Vantage platform, enabling you to provision and manage compute resources. Vantage supports six cloud providers: GCP, Azure, AWS, Cudo Compute, LXD, and On-Premises.
Cloud Accounts can also be managed via the Vantage CLI, Vantage SDK, and Vantage API. For more information, see the respective documentation sections.
What You'll Learn
- How to navigate to Cloud Accounts in Settings
- How to create a Cloud Account for your provider
Prerequisites
- A Vantage account and organization (Sign Up)
- Credentials or access details for your cloud provider
Step 1: Open Settings
From any page, click the Settings icon (gear) in the bottom-left navigation sidebar. A pop-up menu appears with options including Cloud Accounts.

Step 2: Click "Cloud Accounts"
Click Cloud Accounts from the Settings menu. You will be taken to the Cloud Accounts page at /admin/cloud-accounts, which lists all existing accounts with columns for Provider, Name, and Actions. You can search for accounts by name using the search bar.

Step 3: Click "+ Create Cloud Account"
Click the + Create Cloud Account button in the top-right corner. A dropdown appears listing all supported providers:
- GCP — Google Cloud Platform
- Azure — Microsoft Azure
- AWS — Amazon Web Services
- Cudo Compute
- LXD
- On-Premises

Step 4: Select a Provider and Fill in the Form
Click your desired provider. A modal dialog opens with fields specific to that provider.
- GCP
- Azure
- AWS
- Cudo Compute
- LXD
- On-Premises
Google Cloud Platform offers global regions, fast networking, and flexible GPUs/CPUs — ideal for scalable AI, data, and batch workloads with tight IAM and billing controls.
| Field | Required | Notes |
|---|---|---|
| Account Name | Yes | Name for this account |
| Description | No | Optional description |
| Additional Fields | No | Click Show additional settings to add key-value pairs |
Click + Add Field to add more key-value pairs. Click Create Cloud Account to finish.
Microsoft Azure delivers enterprise-grade compute across worldwide regions, with strong identity/security integration and a broad GPU/VM catalog for AI training, inference, and HPC.
| Field | Required | Notes |
|---|---|---|
| Account Name | Yes | Name for this account |
| Description | No | Optional description |
| Additional Fields | No | Click Show additional settings to add key-value pairs |
Click Create Cloud Account to finish.
AWS requires Vantage to have role-based access to your account. Two setup methods are available:
Option A — Assisted Setup (recommended for first-time users)
- Enter an Account Name (required, max 45 characters) and optional Description.
- Under "Assisted Setup", click Access the AWS Stack Creation page — this opens AWS CloudFormation in a new tab.
- In AWS: provide a Stack Name, check the acknowledgement box for CloudFormation resources, then click Create Stack.
- Wait for the stack status to change from blue "IN PROGRESS" to green "CREATE_COMPLETE" (typically a couple of minutes).
- Close the AWS tab, return to Vantage, and click Next to validate and finish.
Option B — Existing ARN Configuration (if you already have an IAM role for Vantage)
- Select Existing ARN Configuration.
- Enter your IAM Role ARN in the field provided.
- Click Create Cloud Account.
Cudo Compute offers cost-efficient GPU cloud with on-demand and reserved options, simple provisioning, and strong price/performance for AI training, inference, and rendering.
| Field | Required | Notes |
|---|---|---|
| Account Name | Yes | Name for this account |
| Description | No | Optional description |
| Datacenter ID | Yes | Your Cudo Compute datacenter ID |
| API Key | Yes | Your Cudo Compute API key |
| Additional Fields | No | Click Show additional settings to add key-value pairs |
Click Create Cloud Account to finish.
LXD runs system containers like lightweight VMs, enabling fast, isolated Linux environments on your infrastructure — ideal for multi-tenant dev/test, CI, and smaller batch workloads.
| Field | Required | Notes |
|---|---|---|
| Account Name | Yes | Name for this account |
| Description | No | Optional description |
| Server URL | Yes | e.g., https://your-lxd-server:8443 |
| Client Certificate | Yes | Paste your client certificate |
| Client Key | Yes | Paste your client key |
| Additional Fields | No | Click Show additional settings to add key-value pairs |
Click Create Cloud Account to finish.
Customer-hosted compute in your data center for maximum control, data residency, and security — ideal for steady-state workloads, specialized networking, and integrating with existing HPC stacks.
| Field | Required | Notes |
|---|---|---|
| Account Name | Yes | Name for this account |
| Description | No | Optional description |
| Additional Fields | No | Click Show additional settings to add key-value pairs |
Click Create Cloud Account to finish.

Summary
Your Cloud Account is now configured and will appear in the Cloud Accounts list. It will be selectable when creating clusters, enabling Vantage to provision and manage compute resources on your behalf.