Updating Billing Account for ROSA with HCP Clusters

Updated

Issue: Customers deploying ROSA with HCP clusters are required to select the correct billing account while creating a cluster. Customers may accidentally deploy a ROSA with HCP cluster using a different AWS billing account for ROSA subscription fees and now want to switch the AWS billing account for their cluster.

Solution: Customers should ensure that they are linking the right AWS billing account while creating a ROSA HCP cluster. If the wrong billing account is linked during deployment, it can be updated later through self-service via ROSA CLI or OCM UI. Note that the new AWS billing account must already be linked to the Red Hat organization where the cluster is deployed.

ROSA CLI:

To update your billing account, follow these steps:

  1. Run the command and provide the Cluster ID for which you want to update the billing account.
rosa edit cluster -c {CLUSTER_ID} 
  1. Skip to the Billing Account section in the interactive mode
  2. Select the new Billing account from the list

OCM UI:

To update your billing account, follow these steps:

  1. Log in to the Red Hat Hybrid Cloud Console.
  2. Navigate to OpenShift and click on Cluster List on the left side navigation.
  3. From your list of clusters, click the name of the one with the billing account you want to manage. The Overview tab opens.
  4. Scroll until you see the AWS billing account field. Click the Edit Icon.
  5. Select the new billing account from the dropdown.
  6. Click Update.
Article Type