Skip to content

Commit 3d92b5d

Browse files
authored
Merge pull request #1327 from redis/DOC-5042
RC: Map multiple Redis accounts to marketplace accounts
2 parents 1889ff4 + 6eaff8b commit 3d92b5d

12 files changed

+59
-31
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
To do this:
2+
3+
1. In the [Redis Cloud console](https://cloud.redis.io/), sign in to the account you would like to associate with your marketplace account.
4+
5+
1. Select **Billing & Payments > Payment Methods**.
6+
7+
1. Select **Add Marketplace account**.
8+
9+
{{<image filename="images/rc/add-marketplace-account.png" width="300px" alt="The Add marketplace account button." >}}
10+
11+
1. Select the marketplace account you want to connect and confirm that it will pay for your Redis Cloud resources going forward.
12+
13+
1. Select **Connect account**.
14+
15+
{{<image filename="images/rc/button-connect-account.png" width="150px" alt="The Connect account button." >}}
16+
17+
Your marketplace account is now connected to your Redis Cloud account. If you would like to disconnect your marketplace account from your Redis Cloud account, select **Disconnect**.
18+
19+
{{<image filename="images/rc/button-marketplace-disconnect.png" width="100px" alt="The disconnect account button." >}}

content/operate/rc/billing-and-payments.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ linkTitle: Billing & payments
1111
weight: 39
1212
---
1313

14-
15-
1614
The **Billing & Payments** screen:
1715

1816
- Shows recent transactions for your account
@@ -46,7 +44,7 @@ The following tabs are available:
4644

4745
{{<image filename="images/rc/billing-payment-method-tab.png" alt="The Payments Methods tab helps you manage payments for your subscriptions." >}}
4846

49-
Select **Add Credit Card** to enter new credit card details.
47+
Select **Add credit card** to enter new credit card details, or **Add marketplace account** to add a [Google Cloud Marketplace]({{< relref "/operate/rc/cloud-integrations/gcp-marketplace/" >}}) or [AWS Marketplace]({{< relref "/operate/rc/cloud-integrations/aws-marketplace/" >}}) account.
5048

5149
- The **Credits** tab shows coupon credits that have been applied to your account, if any.
5250

@@ -76,9 +74,9 @@ To download an invoice:
7674

7775
The invoice is downloaded as an Acrobat PDF file. Use your browser's download features to manage the file.
7876

79-
## Add payment method
77+
## Add credit card
8078

81-
To add a new payment method:
79+
To add a new credit card:
8280

8381
1. In the [Redis Cloud console](https://cloud.redis.io/), select **Billing & Payments > Payment Methods**.
8482

@@ -98,6 +96,12 @@ Changing the billing address for your account will remove any payment methods as
9896

9997
{{<image filename="images/rc/button-billing-save-card.png" width="150px" alt="Use the Save Card button to save new payment details." >}}
10098

99+
## Add marketplace account
100+
101+
If you have a [Google Cloud Marketplace]({{< relref "/operate/rc/cloud-integrations/gcp-marketplace/" >}}) or [AWS Marketplace]({{< relref "/operate/rc/cloud-integrations/aws-marketplace/" >}}) account already associated with another Redis Account that you own, you can add it to your current account.
102+
103+
{{< embed-md "rc-marketplace-account-add.md" >}}
104+
101105
## Edit billing address
102106

103107
To edit the Redis Cloud account billing address:

content/operate/rc/changelog/april-2025.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories:
77
- rc
88
description: New features, enhancements, and other changes added to Redis Cloud during
99
April 2025.
10-
highlights: New UI and dark mode
10+
highlights: New UI and dark mode, Map multiple Redis Cloud accounts to marketplace account
1111
linktitle: April 2025
1212
weight: 32
1313
---
@@ -21,4 +21,8 @@ The Redis Cloud console has a refreshed user interface! You can now choose betwe
2121
{{<image filename="images/rc/mode-select-light.png#no-click" alt="Mode selection toggle with light mode selected." class="inline" >}}&nbsp;
2222
{{<image filename="images/rc/mode-select-dark.png#no-click" alt="Mode selection toggle with dark mode selected." class="inline" >}}
2323

24-
The new user interface and dark mode are currently available for selected accounts and will be gradually rolled out to new accounts over time.
24+
The new user interface and dark mode are currently available for selected accounts and will be gradually rolled out to new accounts over time.
25+
26+
### Map multiple Redis Cloud accounts to marketplace account
27+
28+
You can now map multiple Redis Cloud accounts to a single [Google Cloud Marketplace]({{< relref "/operate/rc/cloud-integrations/gcp-marketplace/" >}}) or [AWS Marketplace]({{< relref "/operate/rc/cloud-integrations/aws-marketplace/" >}}) account.

content/operate/rc/cloud-integrations/_index.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hideListLinks: true
1212
weight: 40
1313
---
1414

15-
By default, Redis Cloud subscriptions are hosted in cloud vendor accounts owned and managed by Redis, Inc.
15+
By default, Redis Cloud subscriptions are hosted in cloud vendor accounts owned and managed by Redis.
1616

1717
To integrate Redis Cloud into an existing cloud vendor account, you can:
1818

@@ -22,6 +22,8 @@ To integrate Redis Cloud into an existing cloud vendor account, you can:
2222

2323
When you subscribe to Redis Cloud through a cloud vendor marketplace, billing is handled through the marketplace.
2424

25+
Redis also offers monthly and annual commitments through cloud vendor marketplaces. [Contact sales](https://redis.io/meeting/) if you're interested in a monthly or annual offer.
26+
2527
## Marketplace billing considerations
2628

2729
Cloud vendor marketplaces provide a convenient way to handle multiple subscription fees. However, this also means that billing issues impact multiple subscriptions, including Redis Cloud.
@@ -30,23 +32,6 @@ When billing details change, you should verify that each service is operating no
3032

3133
For best results, we recommend:
3234

33-
- Backing up all data _before_ updating billing details.
34-
35-
- Verifying that all accounts operate normally after updating billing details, especially after updating payment methods.
36-
37-
- Making sure that billing alerts are sent to actively monitored accounts.
38-
39-
## Update marketplace billing details
40-
41-
42-
### AWS Marketplace
43-
To change billing details for an AWS marketplace subscription, we recommend creating a second subscription using the updated billing details and then migrating your existing data to the new subscription.
44-
45-
### Google Cloud
46-
You can migrate a Google Cloud project to a new billing account without creating a new subscription. To do so:
35+
- [Backing up all data]({{< relref "/operate/rc/databases/back-up-data" >}}) _before_ updating billing details.
4736

48-
1. Create a second project and associate with it your new billing account.
49-
2. With your second project, purchase Redis Enterprise via the Google Cloud Marketplace.
50-
3. Activate the service by signing in to Redis Enterprise console using your original SSO credentials.
51-
4. Change the billing account for your original project to the new billing account.
52-
5. (Optional) Remove your second project.
37+
- Contacting [support](https://redis.io/support/) or your account team for assistance.

content/operate/rc/cloud-integrations/aws-marketplace/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ weight: 20
1313

1414
You can use AWS Marketplace to subscribe to Redis Cloud through AWS Marketplace. This lets you provision according to your needs and pay using your AWS account.
1515

16+
## Subscribe to Redis Cloud with AWS Marketplace
17+
1618
Here's how to subscribe to Redis Cloud with AWS Marketplace:
1719

1820
1. Sign in to the [AWS console](https://console.aws.amazon.com/).
@@ -29,7 +31,7 @@ Here's how to subscribe to Redis Cloud with AWS Marketplace:
2931

3032
1. Sign in to the [Redis Cloud console](https://cloud.redis.io). If you do not yet have an account, you will need to create one. You must have the **Account Owner** role.
3133

32-
1. Select the Redis account to be mapped to your AWS Marketplace account and confirm that your Marketplace account will pay for your Redis Cloud resources going forward.
34+
1. Select the Redis account(s) to be mapped to your AWS Marketplace account and confirm that your Marketplace account will pay for your Redis Cloud resources going forward.
3335

3436
{{<image filename="images/rc/aws-marketplace-map-account-dialog.png" alt="Use the AWS Marketplace dialog to map your Redis Cloud account to your AWS Marketplace account." width="80%">}}
3537

@@ -50,3 +52,9 @@ At this point, you can create a new database using the [standard workflow]({{< r
5052
To confirm this, review the payment method associated with your subscription.
5153

5254
If your AWS Marketplace account is deactivated or otherwise unavailable, you won't be able to use your databases until the billing method is updated. For help, [contact support](https://redis.io/support/).
55+
56+
## Add additional Redis accounts to AWS Marketplace
57+
58+
If you are the owner of more than one Redis Cloud account and have already associated your AWS marketplace account with one or more of your Redis accounts, you can add your AWS marketplace account to your other Redis Cloud accounts.
59+
60+
{{< embed-md "rc-marketplace-account-add.md" >}}

content/operate/rc/cloud-integrations/gcp-marketplace/_index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ categories:
66
- docs
77
- operate
88
- rc
9-
description: Shows how to subscribe to Redis Cloud using Google Cloud Marketplace
9+
description: Shows how to subscribe to Redis Cloud using Google Cloud marketplace
1010
hideListLinks: true
1111
weight: 30
1212
---
1313

14-
You can use Google Cloud Marketplace to subscribe to Redis Cloud. This lets you provision according to your needs and pay using your Google Cloud account.
14+
You can use Google Cloud marketplace to subscribe to Redis Cloud. This lets you provision according to your needs and pay using your Google Cloud account.
1515

16-
Here's how to subscribe to Redis Cloud with Google Cloud Marketplace:
16+
## Subscribe to Redis Cloud using Google Cloud marketplace
17+
18+
Here's how to subscribe to Redis Cloud with Google Cloud marketplace:
1719

1820
1. Sign in to the [Google Cloud console](https://console.cloud.google.com/).
1921

@@ -65,3 +67,9 @@ To confirm this, review the payment method associated with your subscription.
6567
Additional users can be added on the Redis Cloud console using the [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) page.
6668

6769
If your Google Cloud Marketplace account is deactivated or otherwise unavailable, you can't use your subscription until you update the billing method. For help, [contact support](https://redis.io/support/).
70+
71+
## Add additional Redis accounts to Google Cloud marketplace
72+
73+
If you are the owner of more than one Redis Cloud account and have already associated your Google Cloud marketplace account with one or more of your Redis accounts, you can add your Google Cloud marketplace account to your other Redis Cloud accounts.
74+
75+
{{< embed-md "rc-marketplace-account-add.md" >}}
4.09 KB
Loading
Loading
50.6 KB
Loading
2.24 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)