Updating Billing Account for ROSA with HCP Clusters
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:
- Run the
command and provide the Cluster ID for which you want to update the billing account.
rosa edit cluster -c {CLUSTER_ID}
- Skip to the Billing Account section in the interactive mode
- Select the new Billing account from the list
OCM UI:
To update your billing account, follow these steps:
- Log in to the Red Hat Hybrid Cloud Console.
- Navigate to OpenShift and click on Cluster List on the left side navigation.
- From your list of clusters, click the name of the one with the billing account you want to manage. The Overview tab opens.
- Scroll until you see the AWS billing account field. Click the Edit Icon.
- Select the new billing account from the dropdown.
- Click Update.