Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Billing
  • Getting started
    • All guides
      • Creating a new billing account
      • Changing your billing account data
      • Downloading personal data linked to a billing account
      • Linking a cloud to a billing account
      • Changing the billing account organization
      • Deleting a billing account
      • Activating the paid version
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events

In this article:

  • Requirements for linking a cloud
  • Linking a cloud
  • Resource management in organizations
  1. Step-by-step guides
  2. Managing a billing account
  3. Linking a cloud to a billing account

Linking a cloud to a billing account

Written by
Yandex Cloud
Updated at February 24, 2026
  • Requirements for linking a cloud
  • Linking a cloud
  • Resource management in organizations

You can link one or more clouds to your billing account. Both new and existing clouds can be linked. You cannot unlink a cloud from a billing account. Instead, you can relink it to a different billing account.

If a billing account is added to an organization, you can link clouds from your own organization and those from other organizations you have been granted access to in Yandex Cloud Billing.

Each cloud in Yandex Cloud must be linked to a single billing account. If you relink an existing cloud, you are effectively transferring it between billing accounts. For legal entities, you cannot relink a cloud and your DataSphere, Tracker, and DataLens services from a paid account to a trial period account.

Requirements for linking a cloudRequirements for linking a cloud

Before linking a cloud, make sure the following conditions are met:

  1. Billing account has been successfully activated, i.e., its status is ACTIVE or TRIAL_ACTIVE.
  2. The user holds all these roles at once:
    • resource-manager.clouds.owner for the cloud.
    • billing.accounts.editor and higher for the billing account.

Linking a cloudLinking a cloud

To link or re-link a cloud to a billing account:

Yandex Cloud Billing interface
Terraform
API
  1. Go to Yandex Cloud Billing.

  2. Select the billing account you want to link the cloud to.

  3. In the left-hand panel, select Clouds and services.

  4. Click Link in the top-right corner.

    image

  5. In the Type field, pick the entity type you need from the list and select the resource to link to the billing account.

  6. Click Link; the cloud or service you added will appear in the list.

  7. If you are re-linking the cloud, pay any outstanding charges on the old billing account.

    image

If you do not have Terraform yet, install it and configure the Yandex Cloud provider.

To link a cloud, the service account must have the billing.accounts.editor role or higher for the billing account you are linking your cloud to.

To link a cloud to a billing account:

  1. In the configuration file, describe the resources you want to create:

    resource "yandex_billing_cloud_binding" "mycloud" {
      billing_account_id = "<billing_account_ID>"
      cloud_id           = "<cloud_ID>"
    }
    

    Where:

    • billing_account_id: ID of the billing account to link the cloud to.
    • cloud_id: ID of the cloud you want to link to the billing account.

    For more information about yandex_billing_cloud_binding properties, see this Terraform provider guide.

  2. Create the resources:

    1. In the terminal, go to the directory where you edited the configuration file.

    2. Make sure the configuration file is correct using this command:

      terraform validate
      

      If the configuration is correct, you will get this message:

      Success! The configuration is valid.
      
    3. Run this command:

      terraform plan
      

      You will see a detailed list of resources. No changes will be made at this step. If the configuration contains any errors, Terraform will show them.

    4. Apply the changes:

      terraform apply
      
    5. Type yes and press Enter to confirm the changes.

After that, the cloud will be linked to the billing account. You can check that the cloud is linked to the account on the billing account page in Yandex Cloud Billing.

To link a cloud, use the bindBillableObject REST API method for the BillingAccount resource or the BillingAccountService/BindBillableObject gRPC API call.

If you want to stop using the old billing account, make sure it is on the free Basic service plan to avoid having your balance further debited. Otherwise, you will continue to be billed for the paid plan even if the account has no linked clouds.

Warning

Linking a cloud or another container to a suspended account will stop all your resources.

Resource management in organizationsResource management in organizations

  1. After you add your billing account to an organization, Yandex Cloud Billing will allow you to associate it with:

    • Clouds and DataSphere, Yandex DataLens, or Yandex Tracker instances created in your organization.
    • Clouds and entities from other organizations you were granted access to.

    To access the billable Yandex Identity Hub features, associate your billing account with your Identity Hub instance.

  2. The technical support service plan applies at the organization level and can only be changed by the organization owner. You can use a single billing account to pay the fixed support fees across multiple organizations that may have different support service plans activated.

Was the article helpful?

Previous
Downloading personal data linked to a billing account
Next
Changing the billing account organization
© 2026 Direct Cursus Technology L.L.C.