Skip to content

Commit 1862761

Browse files
fix(rdb): remove ip assignment mentions in faq (#4102)
1 parent 24d26ba commit 1862761

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

faq/databases-for-postgresql-and-mysql.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,17 @@ The idea is to offer the best performance to our users by reducing latency betwe
9696

9797
## What is the Private Networks feature for Database Instances?
9898

99-
[Private Networks](/network/public-gateways/quickstart/) allows you to configure your own Layer-2 network with IPv4 addresses. You can therefore enhance the security of your system architecture by isolating it from the internet.
99+
[Private Networks](/network/public-gateways/quickstart/) allow you to enhance the security of your system architecture by isolating it from the internet.
100100

101101
This feature introduces a significant change in the architecture of Scaleway's Databases: when using Private Networks, your application connects directly to your Database nodes, without going through a Load Balancer.
102102
This improves performance by reducing the latency between your nodes. It also increases the security of your databases, since Instances in your Private Network can connect directly to your Database Instance, without passing through the public internet.
103103

104-
You can create new Database Instances to attach to your Private Network or attach existing Database Instances by adding Private Networks endpoints to them.
104+
You can create new Database Instances to attach to your Private Network or attach existing Database Instances.
105105

106106
## How many Private Networks can I attach?
107107

108108
Currently, you can connect one Private Network to each Database Instance.
109109

110-
## Can I use any IP Range for my Private Network?
111-
112-
For now, only the [RFC1918](https://datatracker.ietf.org/doc/html/rfc1918) IP subnets are accepted as Database Instances virtual IPv4.
113-
114110
## How is the Database's private failover IP managed?
115111

116112
The virtual IPv4 used to expose the Database Instance service is automatically routed to the newly promoted node and announced within 10s to the neighboring Compute Instances.

faq/databases-for-redis.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,22 @@ You can connect to your Managed Database for Redis™ using the IP address(es) a
3737

3838
## What is the Private Networks feature for Redis™ Database Instances?
3939

40-
[Private Networks](/network/public-gateways/quickstart/) allow you to configure your Layer-2 network with IPv4 addresses on Managed Database for Redis™ Instances.
40+
[Private Networks](/network/public-gateways/quickstart/) allow you to increase the security of your databases since Instances in your Private Networks can directly be connected to your Redis™ Database Instance without passing through the public internet.
4141

42-
It also increases the security of your databases since Instances in your Private Networks can directly be connected to your Redis™ Database Instance without passing through the public internet.
4342
In standalone mode, you can attach Private Networks to your Redis™ Database Instances at the creation level or add a Private Networks endpoint to your existing Redis™ Database Instance from the console.
4443

4544
<Message type="note">
46-
When you select cluster mode, Private Networks can only be selected and configured upon creating the Redis™ Database Instance. Once the cluster has been completed, it is impossible to attach it to a Private Network or to edit the configuration of an existing one. If you want to switch to a public network or update your IP addresses, you must create a new Redis™ Database Instance.
45+
When you select cluster mode, Private Networks can only be selected and configured upon creating the Redis™ Database Instance. Once the cluster has been completed, it is impossible to attach it to a Private Network or to edit the configuration of an existing one. If you want to switch to a public network you must create a new Redis™ Database Instance.
4746
</Message>
4847

4948
## How many Private Networks can I attach?
5049

5150
Currently, you can connect one Private Network to each Redis™ Database Instance in the Scaleway console. For standalone Instances, you can attach multiple Private Networks via the CLI or the API only.
5251

53-
## Can I use any IP Range for my Private Network?
54-
55-
For now, only the [RFC1918](https://datatracker.ietf.org/doc/html/rfc1918) IP subnets are accepted as a Redis™ Database Instance virtual IPv4.
56-
5752
## How is the Redis™ Database's failover IP managed?
5853

5954
The Redis™ controller knows the cluster topology and automatically routes requests to a healthy node. In case of unavailability of one of the cluster nodes, no downtime is to be expected.
6055

61-
## What should I use as virtual IP? How do I calculate the CIDR netmask?
62-
63-
In a cluster topology, you must [provide a private IPv4 address](/faq/databases-for-postgresql-and-mysql/#what-should-i-use-as-virtual-ip-how-do-i-calculate-the-cidr-netmask) to each node. For instance, if you have a three-node cluster, you must declare 3 IPs on the same L3 network. The 3 IPs must be able to connect to each other.
64-
6556
## What is the logic behind the cluster mode?
6657

6758
A Redis cluster contains a minimum of 3 nodes and up to 6 nodes. Each node contains a source and a replica.

0 commit comments

Comments
 (0)