Create Resources
Create a Cloud Account
Overview
Creating a cloud account consists of:
- Creating a cloud account within Control Plane.
- Configuring permissions at the cloud provider granting access to the cloud account.
Follow the steps below to create a cloud account within your org.
Prerequisites
- Review the cloud account reference page.
- Permissions to create a cloud account.
- Optional:
- Install the CLI.
Create using the UI Console
- Create a new cloud account by either:
- Clicking
Cloud Accounts
in the left menu and clickNew
, or - Click the
Create
dropdown in the upper right corner and selectCloud Account
.
- Clicking
- Enter a unique name and optional description.
- From the
Cloud Provider
dropdown, select the provider you are targeting.- The UI will show instruction on how to obtain the ID for your account at the selected cloud provider.
- Copy and paste the ID into the textbox beneath the instructions. Click
Next (Configuration)
. - Detailed instructions will be shown that must be followed to grant Control Plane the necessary permissions within the cloud provider.
- After completing the instructions, click the checkbox and click
Next (Tags)
. - Enter any optional tags. Click
Create
. - Your cloud account has been successfully created and connected 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 |
Executing the command below, for each provider, will show detailed instruction on how to create a cloud account:
The instructions shown from the --how
option will include using both the cloud provider’s UI and CLI.
Reference
Refer to the cloud account reference page for additional details.