Overview
Creating a cloud account involves two steps:- Create the cloud account in Control Plane.
- Configure permissions in the cloud provider to grant Control Plane access.
Prerequisites
- Review the cloud account reference page.
- Have permissions to create a cloud account.
- Optional: Install the CLI.
- For Azure cloud accounts: the
azCLI is required to run the setup commands. Install it locally, or use Azure Cloud Shell which hasazpreinstalled.
Create using the Console
- Create a new cloud account using one of the following methods:
- Click
Cloud Accountsin the left menu, then clickNew, or - Click the
Createdropdown in the upper right corner and selectCloud Account.
- Click
- Enter a unique name and optional description.
- Under
Cloud Provider, choose the provider you are targeting. - Click
Providerand follow the instructions shown to complete the provider-specific cloud account setup. - Optionally, click
Tagsand enter any tags. - Click
Createto add the cloud account and connect it to the cloud provider.
Create using the CLI
The CLI offers three commands to create a cloud account corresponding to each cloud provider:| Cloud Provider | CLI Command |
|---|---|
| AWS | cpln cloudaccount create-aws |
| Azure | cpln cloudaccount create-azure |
| GCP | cpln cloudaccount create-gcp |
--how option will include steps for both the cloud provider UI and CLI.