Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To assign [Redis ACLs]({{< relref "/operate/rc/security/access-control/data-acce

1. Select **Save role**.

When you assign a user-defined ACL rule to a role and associate it with one or more databases, we'll verify that the ACL rule will work with the selected databases.
When you assign a user-defined ACL rule to a role and associate it with one or more databases, we'll verify that the ACL rule will work with the selected databases. The database may go into an Inactive state for a few seconds while we verify the ACL rule.

After you create a role, you can assign it to a user. Users with this role can access the databases according to the role's associated Redis ACLs. For more information, see [Assign roles to users]({{< relref "/operate/rc/security/access-control/data-access-control/create-assign-users#assign-roles-to-existing-users" >}}).

Expand Down
2 changes: 1 addition & 1 deletion content/operate/rc/security/aws-privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Be aware of the following limitations when using PrivateLink with Redis Cloud:

Before you can connect to Redis Cloud with an AWS PrivateLink VPC resource endpoint, you must have:

- A [Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}})
- A [Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and the **Owner** or **Manager** role for your Redis Cloud account.
- An [AWS VPC](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html) with the following:
- A [security group](https://docs.aws.amazon.com/vpc/latest/userguide/creating-security-groups.html) that allows ingress traffic to the following ports:
- The database port range (port 10000-19999)
Expand Down
2 changes: 2 additions & 0 deletions content/operate/rc/security/cidr-whitelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ To define the CIDR allow list for a database:

{{<image filename="images/rc/database-details-configuration-tab-security-cidr-allowlist-add-more-ips.png" width="80%" alt="Add a new IP address to the CIDR allow list." >}}

The number of CIDR allow list entries that you can add is based on your Redis Cloud plan. Redis Cloud Essentials plans can have between 4 and 32 entries depending on the plan. Redis Cloud Pro plans can have up to 32 entries.

1. Select **Save database** to apply your changes.

{{< note >}}
Expand Down
3 changes: 3 additions & 0 deletions content/operate/rc/supported-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Redis Cloud Pro databases on AWS support [VPC Peering]({{< relref "/operate/rc/s
| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials |
|:---------------|:-------------------------|:----------------|:-----------------------|
| `ca-central-1` | Montreal, Canada | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| `ca-west-1` | Calgary, Canada | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| `mx-central-1` | Central Mexico | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| `sa-east-1` | Sao Paulo, Brazil | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| `us-east-1` | Northern Virginia, USA | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
Expand All @@ -57,6 +58,7 @@ Redis Cloud Pro databases on AWS support [VPC Peering]({{< relref "/operate/rc/s
| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials |
|:-----------------|:---------------------|:----------------|:-----------------------|
| `ap-east-1` | Hong Kong, China | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| `ap-east-2` | Taipei, Taiwan | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| `ap-northeast-1` | Tokyo, Japan | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| `ap-northeast-2` | Seoul, South Korea | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
| `ap-northeast-3` | Osaka, Japan | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
Expand All @@ -67,6 +69,7 @@ Redis Cloud Pro databases on AWS support [VPC Peering]({{< relref "/operate/rc/s
| `ap-southeast-3` | Jakarta, Indonesia | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| `ap-southeast-4` | Melbourne, Australia | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| `ap-southeast-5` | Malaysia | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| `ap-southeast-6` | New Zealand | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| `ap-southeast-7` | Thailand | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |

-tab-sep-
Expand Down