Skip to content

Commit 68e6714

Browse files
RoRoJjcirinosclwy
andauthored
fix(vpc): tidy up combined FAQ (#4661)
* fix(vpc): tidy up combined FAQ * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Jessica <[email protected]>
1 parent c06e701 commit 68e6714

File tree

1 file changed

+35
-39
lines changed

1 file changed

+35
-39
lines changed

pages/vpc/faq.mdx

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ Within each VPC, you can create multiple **Private Networks** and attach Scalewa
2222

2323
In the future, VPC will allow you to interconnect your VPC with other networks, define access control lists and more.
2424

25-
### What happened to my classic, mono-AZ Private Network?
26-
27-
When VPC and regional Private Networks moved from Public Beta to General Availability, all mono-AZ Private Networks were automatically migrated to be regional. [Read the documentation](/vpc/reference-content/vpc-migration/) to find out more about the migration process.
28-
2925
### What is a default VPC and why can I not delete it?
3026

3127
Scaleway currently has three regions: Paris, Amsterdam and Warsaw. One default VPC is automatically created for each region, in each Scaleway [Project](/organizations-and-projects/concepts/#project). Any new Private Networks that you create will be added to the default VPC for their region, unless you override this by specifying a different VPC.
@@ -36,18 +32,6 @@ You cannot delete a default VPC, but you can rename it, and/or create other VPCs
3632
Default VPCs do not prevent you from deleting an otherwise empty Project.
3733
</Message>
3834

39-
### How much does it cost to create a VPC, Private Network or reserved private IP addresses?
40-
41-
The following resources and features are free of charge:
42-
43-
- VPCs and VPC routing
44-
- Private Networks (except for [Elastic Metal servers](https://www.scaleway.com/en/pricing/elastic-metal/) and [Apple silicon](https://www.scaleway.com/en/pricing/apple-silicon/))
45-
- Reserved private IP addresses on IPAM
46-
47-
### Why can I not delete my Private Network even though it is empty?
48-
49-
You might have a reserved IP address that is blocking the deletion - check out our [troubleshooting page](/vpc/troubleshooting/cant-delete-vpc-pn/).
50-
5135
## VPC routing
5236

5337
### Can I route traffic between different Private Networks on the same VPC?
@@ -62,34 +46,14 @@ This is not currently possible. You may consider using a VPN tunnel to achieve t
6246

6347
Managed Databases do not currently support VPC routing - see our [dedicated documentation](/vpc/reference-content/understanding-routing/#limitations)
6448

65-
## IPAM and IP addressing
66-
67-
### What is IPAM?
68-
69-
**IP** **A**ddress **M**anager (IPAM) is Scaleway’s tool for planning, tracking, and managing the IP address space of Scaleway products. It acts as a single source of truth for the IP addresses of Scaleway resources, and has a number of associated functionalities to help manage your Scaleway IPs, such as the ability to reserve an IP on a Private Network and attach it to a specific resource. See our [IPAM FAQ](/ipam/faq/) for more detail.
70-
71-
### Do resources' IP addresses on a Private Network risk changing when allocated by managed DHCP?
72-
73-
With Private Networks' inbuilt managed DHCP, a private IP is allocated when the resource is attached to a Private Network, and released only when the resource is detached or deleted. The IP address remains stable across reboots and long power offs, and will not change except upon deletion or detachment from the Private Network.
74-
75-
Nonetheless, you can also reserve specific IPs from a Private Network's CIDR block, and use these IPs to attach specific resources, if you prefer. See our documentation on [how to reserve IPs](/ipam/how-to/reserve-ip/).
76-
77-
### How can I attach my VMs on a Proxmox cluster on Elastic Metal to a Private Network?
78-
79-
We recommend that you use our IPAM product for this purpose. See [how to reserve a private IP address with an attached MAC address](/ipam/how-to/reserve-ip/#how-to-reserve-a-private-ip-address-with-an-attached-mac-address).
80-
8149
## Private Networks
8250

8351
### What are Private Networks?
8452

85-
Private Networks are a managed cloud service allowing you to create layer 2 ethernet-switched domains.
53+
Layer 2 Private Networks sit inside layer 3 VPCs. Private Networks are a managed cloud service allowing you to create layer 2 ethernet-switched domains.
8654

8755
These domains can also be called virtual LAN (VLAN). They are virtual but completely private local networks that securely connect your Scaleway resources without necessarily exposing them publicly. Scaleway resources including Instances, Elastic Metal servers, Load Balancers, and Databases are all compatible with Private Networks.
8856

89-
### What's the difference between Private Networks and VPC?
90-
91-
Scaleway VPC offers layer 3 network isolation, while layer 2 Private Networks are created inside a given VPC. See the VPC FAQ for [more information](/vpc/faq/).
92-
9357
### Can I connect multiple Private Networks to the same Scaleway resource?
9458

9559
Yes, you can configure multiple Private Networks on the same Scaleway resource. For example, you can connect up to 8 Private Networks to the same Instance. A virtual network interface is created for each Private Network the Instance is attached to. For Elastic Metal, some additional configuration is required: check out our documentation on [configuring the network interface](/elastic-metal/how-to/use-private-networks/#how-to-configure-the-network-interface-on-your-elastic-metal-server-for-private-networks).
@@ -99,11 +63,27 @@ You can configure:
9963
- Up to 255 Private Networks per Organization
10064
- Up to 512 Scaleway resources per Private Network
10165

66+
### What happened to my classic, mono-AZ Private Network?
67+
68+
When VPC and regional Private Networks moved from Public Beta to General Availability, all mono-AZ Private Networks were automatically migrated to be regional. [Read the documentation](/vpc/reference-content/vpc-migration/) to find out more about the migration process.
69+
70+
### How much does it cost to create a VPC, Private Network, or reserved private IP address?
71+
72+
The following resources and features are free of charge:
73+
74+
- VPCs and VPC routing
75+
- Private Networks (except for [Elastic Metal servers](https://www.scaleway.com/en/pricing/elastic-metal/) and [Apple silicon](https://www.scaleway.com/en/pricing/apple-silicon/))
76+
- Reserved private IP addresses on IPAM
77+
78+
### Why can I not delete my Private Network even though it is empty?
79+
80+
You might have a reserved IP address that is blocking the deletion - check out our [troubleshooting page](/vpc/troubleshooting/cant-delete-vpc-pn/).
81+
10282
### Do I have to restart a Scaleway resource after adding Private Networks?
10383

10484
No, Private Network interfaces will appear on your resources without any reboot.
10585

106-
### Does Private Network support IPv6?
86+
### Do Private Networks support IPv6?
10787

10888
Yes, when you create a Private Network both an IPv4 and an IPv6 CIDR block are defined. The IPv6 CIDR block is defined automatically and "invisibly" by default at the time of creating the Private Network. It cannot be modified either at the time of creation, or afterward.
10989

@@ -123,4 +103,20 @@ Technically, any ethernet payload should work over Private Networks. However, on
123103

124104
### Do Private Networks support IP autoconfiguration?
125105

126-
Yes, DHCP is an inbuilt function of Private Networks and provides IP autoconfiguration for your attached resources. Alternatively, you can use Scaleway IPAM to [reserve specific IP addresses](/ipam/how-to/reserve-ip/) on a Private Network and use these to attach resources.
106+
Yes, DHCP is an inbuilt function of Private Networks and provides IP autoconfiguration for your attached resources. Alternatively, you can use Scaleway IPAM to [reserve specific IP addresses](/ipam/how-to/reserve-ip/) on a Private Network and use these to attach resources.
107+
108+
## IPAM and IP addressing
109+
110+
### What is IPAM?
111+
112+
**IP** **A**ddress **M**anager (IPAM) is Scaleway’s tool for planning, tracking, and managing the IP address space of Scaleway products. It acts as a single source of truth for the IP addresses of Scaleway resources, and has a number of associated functionalities to help manage your Scaleway IPs, such as the ability to reserve an IP on a Private Network and attach it to a specific resource. See our [IPAM FAQ](/ipam/faq/) for more details.
113+
114+
### Do resources' IP addresses on a Private Network risk changing when allocated by managed DHCP?
115+
116+
With Private Networks' inbuilt managed DHCP, a private IP is allocated when the resource is attached to a Private Network, and released only when the resource is detached or deleted. The IP address remains stable across reboots and long power-offs, and will not change except upon deletion or detachment from the Private Network.
117+
118+
Nonetheless, you can also reserve specific IPs from a Private Network's CIDR block, and use these IPs to attach specific resources, if you prefer. See our documentation on [how to reserve IPs](/ipam/how-to/reserve-ip/).
119+
120+
### How can I attach my VMs on a Proxmox cluster on Elastic Metal to a Private Network?
121+
122+
We recommend that you use our IPAM product for this purpose. See [how to reserve a private IP address with an attached MAC address](/ipam/how-to/reserve-ip/#how-to-reserve-a-private-ip-address-with-an-attached-mac-address).

0 commit comments

Comments
 (0)