-
Notifications
You must be signed in to change notification settings - Fork 277
RC: Redis Cloud Bring your Own Cloud Phase 1 #1282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
2b36ed6
Move content and fix relrefs
cmilesb 659b15d
RC: Bring your own Cloud Phase 1
cmilesb 8c0773c
Merge branch 'main' into DOC-4948
cmilesb 0f6fa6d
Change self-hosted to BYOC
cmilesb 3c22f1e
Add warning section
cmilesb 90203fd
Merge branch 'main' into DOC-4948
cmilesb 532b833
Update content/operate/rc/subscriptions/bring-your-own-cloud/_index.md
cmilesb ea27245
Changelog
cmilesb 99ff3ba
Screenshots
cmilesb 62e523a
Apply suggestions from code review
cmilesb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| Title: Redis Cloud changelog (May 2025) | ||
| alwaysopen: false | ||
| categories: | ||
| - docs | ||
| - operate | ||
| - rc | ||
| description: New features, enhancements, and other changes added to Redis Cloud during | ||
| May 2025. | ||
| highlights: Redis Cloud Bring your own Cloud | ||
| linktitle: May 2025 | ||
| weight: 30 | ||
| --- | ||
|
|
||
| ## Enhancements | ||
|
|
||
| ### Redis Cloud Bring your own Cloud | ||
|
|
||
| AWS Cloud Accounts are now known as Redis Cloud Bring your own Cloud (BYOC). See [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) to learn how to use your own AWS cloud infrastructure to deploy Redis Cloud. |
217 changes: 0 additions & 217 deletions
217
...t/operate/rc/cloud-integrations/aws-cloud-accounts/iam-resources/aws-console.md
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 64 additions & 0 deletions
64
content/operate/rc/subscriptions/bring-your-own-cloud/_index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| --- | ||
| LinkTitle: Bring your own Cloud | ||
| Title: Redis Cloud Bring your own Cloud | ||
| alwaysopen: false | ||
| categories: | ||
| - docs | ||
| - operate | ||
| - rc | ||
| description: Describes how to provision your Redis Cloud subscription to use an existing | ||
| cloud provider account. | ||
| bannerText: This article covers Redis Cloud Bring your Own Cloud (BYOC) deployments. To learn more or get started with Redis Cloud BYOC, [contact sales](https://redis.io/meeting/). | ||
| bannerChildren: true | ||
| hideListLinks: true | ||
| weight: 80 | ||
| aliases: | ||
| - /operate/rc/how-to/view-edit-cloud-account | ||
| - /operate/rc/cloud-accounts | ||
| - /operate/rc/cloud-integrations/aws-cloud-accounts | ||
| --- | ||
|
|
||
| Redis Cloud Bring your own Cloud (BYOC) allows organizations to use their own cloud infrastructure to deploy Redis Cloud. | ||
|
|
||
| By default, Redis is responsible for the infrastructure that runs Redis Cloud. However, if your organization has specific requirements, you may want to have more control over your data residency or security options. Redis Cloud BYOC lets you fulfill these requirements while keeping the managed service experience of Redis Cloud. Like standard Redis Cloud, Redis handles deployment, scaling, monitoring, and support, so you can focus on building applications while Redis manages the backend. | ||
|
|
||
| If you're interested in Redis Cloud BYOC, [contact sales](https://redis.io/meeting/). | ||
cmilesb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Benefits of Redis Cloud BYOC | ||
|
|
||
| Redis Cloud BYOC has some benefits over standard Redis Cloud: | ||
|
|
||
| - **Full Data Control**: All data stays within your environment, giving you complete control over data security and reducing risks associated with data sovereignty. | ||
| - **Simplified Compliance**: BYOC simplifies adherence to regulatory standards like GDPR, HIPAA, and compliance frameworks like SOC 2 and PCI DSS since data remains within the your own cloud account. | ||
cmilesb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - **Maximize Cloud Commitments**: Infrastructure costs are billed directly through your cloud provider account, enabling you to fully utilize existing commitments. | ||
| - **Separation of Costs**: Customers pay Redis only for licensing and management, while infrastructure costs go directly to the cloud provider, offering clear visibility into each cost stream. | ||
| - **Instant Access Control**: You can revoke Redis’ access to your environment at any time, offering complete control over data and infrastructure. | ||
|
|
||
| ## Redis Cloud BYOC Use cases | ||
|
|
||
| Consider using Redis Cloud BYOC if you have specific organizational needs or requirements, such as: | ||
|
|
||
| - **Data Residency and Compliance**: Organizations operating in heavily regulated industries (such as finance, healthcare, and government) can use Redis Cloud BYOC to meet strict data residency and sovereignty requirements, ensuring sensitive data remains within their controlled environments. | ||
| - **Cloud spend optimization**: Companies with significant cloud provider commitments can use Redis Cloud BYOC to optimize their cloud spend. Since infrastructure costs are billed directly through the cloud provider, customers can fully utilize existing cloud provider discounts, improving cost efficiency. | ||
| - **Enhanced Security and Control**: Redis Cloud BYOC is ideal for organizations that require a higher degree of security and control over their data. By keeping data within your own cloud account and leveraging existing security policies, tools, and procedures on your cloud’s security infrastructure, you are able to minimize external access to your data, and adhere to more strict organizational security guidelines. | ||
cmilesb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Set up Redis Cloud BYOC | ||
|
|
||
| To set up Redis Cloud BYOC on Amazon Web Services (AWS): | ||
|
|
||
| 1. [Create the Identity and Access Management (IAM) resources]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/iam-resources" >}}) needed to let Redis create, monitor, and maintain deployment infrastructure. | ||
|
|
||
| 1. [Set your AWS Account as a BYOC Cloud account]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/cloud-account-settings" >}}) on Redis Cloud. | ||
|
|
||
| ## Avoid Redis Cloud BYOC service disruption {#avoid-service-disruption} | ||
|
|
||
| {{< warning >}} | ||
| Failing to follow the instructions in this section will cause your databases to become inaccessible, and Redis will not be able to ensure cluster and database stability. Please read them carefully. | ||
| {{< /warning >}} | ||
|
|
||
| To keep your Redis Cloud BYOC service and all databases running without issues: | ||
| - Do not stop, delete, or modify Redis-managed resources through the cloud provider - including VPCs, subnets, virtual machines, and other infrastructure. | ||
| - Do not change roles or access policies. | ||
|
|
||
| If you make any infrastructure changes, whether or not they are listed above, it may violate our SLA commitments. See [Appendix 1 in our Terms of Service](https://redis.io/legal/cloud-tos/#Appendix-1) for more details. | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.