Skip to main content

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.
Follow the steps below to create a cloud account within your org.

Prerequisites

Create using the Console

  1. Create a new cloud account using one of the following methods:
    • Click Cloud Accounts in the left menu, then click New, or
    • Click the Create dropdown in the upper right corner and select Cloud Account.
  2. Enter a unique name and optional description.
  3. Under Cloud Provider, choose the provider you are targeting.
  4. Click Provider and follow the instructions shown to complete the provider-specific cloud account setup.
  5. Optionally, click Tags and enter any tags.
  6. Click Create to 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: Running the following command for each provider shows detailed instructions on how to create a cloud account:
cpln cloudaccount create-aws --org ORG_NAME --how
The instructions shown from the --how option will include steps for both the cloud provider UI and CLI.

Reference

Refer to the cloud account reference page for additional details.