-
Notifications
You must be signed in to change notification settings - Fork 331
RC: BYOC Resource tags #3362
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
Open
cmilesb
wants to merge
4
commits into
main
Choose a base branch
from
DOC-6567
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
RC: BYOC Resource tags #3362
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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
101 changes: 101 additions & 0 deletions
101
content/operate/rc/subscriptions/bring-your-own-cloud/resource-tags.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,101 @@ | ||
| --- | ||
| Title: Manage Cloud Provider resource tags | ||
| linkTitle: Manage resource tags | ||
| alwaysopen: false | ||
| categories: | ||
| - docs | ||
| - operate | ||
| - rc | ||
| description: Describes how to apply resource tags to Redis Cloud Bring your own Cloud (BYOC) resources. | ||
| weight: $weight | ||
| --- | ||
|
|
||
| For Redis Cloud [Bring Your Own Cloud (BYOC)]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) deployments, Redis Cloud provisions infrastructure directly within your Cloud Provider account. Many organizations enforce tagging policies for cost allocation, governance, and compliance. In some environments, resource creation may fail if required tags are not present at creation time. | ||
|
|
||
| To address this, Redis Cloud allows you to define resource tags at the subscription level, ensuring consistent tagging across all infrastructure resources created under that subscription. | ||
|
|
||
| You can define key-value tags for your Redis Cloud BYOC resources [during database creation](#new-subscription) or by [updating an existing subscription](#existing-subscription). These tags are automatically applied to supported Cloud Provider resources and you can manage them centrally at the subscription level. | ||
|
|
||
| ## Supported resources | ||
|
|
||
| BYOC Resource tags are applied to the following AWS resources: | ||
| - EC2 instances | ||
| - EBS volumes | ||
| - EBS snapshots | ||
| - VPCs | ||
| - Subnets | ||
| - Route tables | ||
| - Internet Gateways | ||
| - Security Groups | ||
| - SSH key pairs | ||
| - Elastic Network Interfaces (ENIs) | ||
| - VPC peering connections | ||
| - Transit Gateway attachments | ||
| - Resource Gateways | ||
| - Resource Configurations | ||
|
|
||
| ## Add resource tags to a new subscription {#new-subscription} | ||
|
|
||
| To add resource tags when you create a new BYOC subscription: | ||
|
|
||
| 1. [Create a new Pro subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and select **Custom settings**. | ||
|
|
||
| 1. On the **Setup** step, go to **Advanced options > Deployment account** to see the **AWS Resource tags** section. | ||
|
|
||
| 1. Select **Add additional tag** to add a tag. | ||
|
|
||
| {{<image filename="images/rc/tags-button-add-additional-tag.png" alt="The Add additional tag button." width="200px" >}} | ||
|
|
||
| 1. Enter a **Key** and **Value** for the tag. | ||
|
|
||
| {{<image filename="images/rc/byoc-resource-tags-add-tags-new.png" alt="The Add additional tag button." >}} | ||
|
|
||
| After you add your first tag, you can: | ||
|
|
||
| - Select the **Key** or **Value** field of an existing tag and enter new text to edit it. | ||
|
|
||
| - Select **Delete** next to a tag to delete it. | ||
|
|
||
| {{<image filename="images/rc/icon-delete-lb.png" width="36px" alt="Delete button." >}} | ||
|
|
||
| - Select **Add additional tag** to add another tag. | ||
|
|
||
| {{<image filename="images/rc/tags-button-add-additional-tag.png" alt="The Add additional tag button." width="200px" >}} | ||
|
|
||
| 1. Continue creating your subscription. | ||
|
|
||
| Redis Cloud applies your tags automatically to all [supported resources](#supported-resources) when they are created, ensuring that your resources will comply with all tagging policies from the start. | ||
|
|
||
| ## Add resource tags to an existing subscription {#existing-subscription} | ||
|
|
||
| You can add, edit, or remove resource tags on an existing BYOC subscription at any time. | ||
|
|
||
| 1. Sign in to the [Redis Cloud console](https://cloud.redis.io/#/) and select your subscription from the **Subscriptions** list. | ||
|
|
||
| 1. Select the **Overview** tab. | ||
|
|
||
| 1. In **General > AWS Resource tags**, select **Edit**. | ||
|
|
||
| {{<image filename="images/rc/icon-edit-subscription-name.png" alt="Use the **Edit** button to edit resource tags." >}} | ||
|
|
||
| This opens the **AWS Resource tags** sidebar. | ||
|
|
||
| {{<image filename="images/rc/byoc-resource-tags-edit-existing.png" alt="The AWS Resource tags sidebar." >}} | ||
|
cmilesb marked this conversation as resolved.
|
||
|
|
||
| 1. From here, you can: | ||
|
|
||
| - Select the **Key** or **Value** field of an existing tag and enter new text to edit it. | ||
|
|
||
| - Select **Delete** next to a tag to delete it. | ||
|
|
||
| {{<image filename="images/rc/icon-delete-lb.png" width="36px" alt="Delete button." >}} | ||
|
|
||
| - Select **Add additional tag** to add another tag. | ||
|
|
||
| {{<image filename="images/rc/tags-button-add-additional-tag.png" alt="The Add additional tag button." width="200px" >}} | ||
|
|
||
| 1. Select **Save tags** to save your changes. | ||
|
|
||
| {{< note >}} | ||
| Redis Cloud applies resource tags only to resources created after you add or update the tags. Existing resources keep their previous tags. | ||
| {{< /note >}} | ||
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.