Skip to content

Commit eb2bc03

Browse files
authored
fix(vpc): update default vpc info (#4920)
* fix(vpc): update default vpc * fix(vpc): finish default stuff * fix(vpc): corrections * fix(pgw): fix
1 parent 41acf50 commit eb2bc03

File tree

11 files changed

+33
-45
lines changed

11 files changed

+33
-45
lines changed

pages/elastic-metal/how-to/use-private-networks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can also attach custom resources, such as virtual machines hosted on your El
6565
- Select **Attach to a new Private Network**, and enter a name for the new Private Network you wish to create.
6666
<Message type="note">
6767
The Private Network will have default settings, meaning:
68-
- It is created in your [default VPC](/vpc/concepts/#default-vpc) for the region
68+
- It is created in your [default VPC](/vpc/concepts/#default-vpc) for the region. If you do not have an existing VPC for the appropriate region, one will be auto-created for you
6969
- It has an auto-generated [CIDR block](/vpc/concepts/#cidr-block) used to allocate private IP addresses to servers attached to the network. Each attached Elastic Metal server will get an IPv4 and an IPv6 address on the Private Network.
7070
</Message>
7171
6. Choose whether to **auto-allocate an available IP from the pool** (the [CIDR block](/vpc/concepts/#cidr-block) defined at the time of creating the Private Network), or use a [reserved IP address](/ipam/concepts/#reserved-ip-address) for the attachment. You must make this choice for both the IPv4 and IPv6 address that the Elastic Metal server will have on this Private Network.

pages/instances/how-to/use-private-networks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Private Networks are LAN-like layer 2 ethernet networks. A new network interface
2525

2626
## How to create a new Private Network
2727

28-
The procedure below shows you how to create a new Private Network to attach to an existing Instance. The Private Network will have default settings (created in your [default VPC](/vpc/concepts/#default-vpc) for the region, with an auto-generated [CIDR block](/vpc/concepts/#cidr-block)). This CIDR block will be used to allocate private IP addresses to Instances attached to the network. Each Instance will get an IPv4 and an IPv6 address on the Private Network.
28+
The procedure below shows you how to create a new Private Network to attach to an existing Instance. The Private Network will have default settings, with an auto-generated [CIDR block](/vpc/concepts/#cidr-block)). This CIDR block will be used to allocate private IP addresses to Instances attached to the network. Each Instance will get an IPv4 and an IPv6 address on the Private Network.
2929

3030
If you want to create a Private Network without immediately attaching any resources or create it in a specific VPC or with a custom CIDR block, follow [this procedure instead](/vpc/how-to/create-private-network/).
3131

@@ -37,7 +37,7 @@ If you want to create a Private Network without immediately attaching any resour
3737
6. Enter a **Name** for your Private Network, or leave the randomly-generated name in place.
3838
7. Click **Attach to a Private Network** to finish.
3939

40-
Your Private Network is created in your [default VPC](/vpc/concepts/#default-vpc) for the region. The Private Network will have default settings, meaning an auto-generated [CIDR block](/vpc/concepts/#cidr-block).
40+
Your Private Network is created in your [default VPC](/vpc/concepts/#default-vpc) for the region, if one exists. If you do not have an existing VPC for the appropriate region, one will be auto-created for you. The Private Network will have default settings, meaning an auto-generated [CIDR block](/vpc/concepts/#cidr-block).
4141

4242
You are taken back to the Private Networks tab, where your new Private Network is now displayed in the list and you can see the IP address for your Instance on the network. For more information about resources' private IP addresses on a Private Network, see our [dedicated documentation](/vpc/how-to/attach-resources-to-pn/#how-to-view-the-resources-ip-address).
4343

pages/public-gateways/how-to/configure-a-public-gateway.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This page shows you how to attach a [Public Gateway](/public-gateways/concepts/#
3636
<Message type="note">
3737
Only Private Networks which are in the same region as the Public Gateway are displayed in this list.
3838
</Message>
39-
- If you want to create and attach a new Private Network, select **Attach to a new Private Network**. The Private Network will be created with default configuration (a [CIDR block](/vpc/concepts#cidr-block) will be automatically defined), in your default VPC for the region. A name for the Private Network will be suggested for you, but feel free to overwrite this with a new name of your choice. Dynamic NAT will be automatically activated on the Public Gateway for the Private Network.
39+
- If you want to create and attach a new Private Network, select **Attach to a new Private Network**. The Private Network will be created with default configuration (a [CIDR block](/vpc/concepts#cidr-block) will be automatically defined), in your default VPC for the region, if one exists. If you do not have an existing VPC for the appropriate region, one will be auto-created for you. A name for the Private Network will be suggested, but feel free to overwrite this with a new name of your choice. Dynamic NAT will be automatically activated on the Public Gateway for the Private Network.
4040
6. Choose whether to **auto-allocate an available IP from the pool** (the [CIDR block](/vpc/concepts/#cidr-block) defined at the time of creating the Private Network), or use a **[reserved IP address](/ipam/concepts/#reserved-ip-address)** for the attachment.
4141
7. Use the toggle to select whether to **Advertise the default route**. Find out more about this setting in our [concepts documentation](/public-gateways/concepts/#default-route).
4242
8. Click **Attach to Private Network** to finish. You are taken back to the Private Networks tab, where the network you attached now appears, along with the services configured and the IP address of the Public Gateway.

pages/vpc/concepts.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: network vpc virtual-private-cloud regional private network routing
99
categories:
1010
- network
1111
dates:
12-
validation: 2024-12-03
12+
validation: 2025-05-05
1313
posted: 2023-02-06
1414
---
1515

@@ -24,7 +24,9 @@ An IPv4 CIDR block and an IPv6 CIDR block are defined for each Scaleway Private
2424

2525
## Default VPC
2626

27-
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.
27+
If you created your Scaleway [Project](/organizations-and-projects/concepts/#project) before 13 May 2025, one **default VPC** was automatically created in it for each region (Paris, Amsterdam and Warsaw). 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.
28+
29+
If you created your Scaleway Project after 13 May 2025, default VPCs are no longer pre-created for you. The first VPC that you create in each region is designated as its default VPC.
2830

2931
## DHCP
3032

@@ -119,7 +121,7 @@ A vRouter is a virtualized router that sits inside a VPC and manages layer 3 rou
119121

120122
## VPC
121123

122-
VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. Within each VPC, you can create **Private Networks** and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region. One default VPC for every available region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project).
124+
VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. Within each VPC, you can create **Private Networks** and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region.
123125

124126
<Lightbox src="scaleway-vpc-pn-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC" size="small"/>
125127

pages/vpc/faq.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: VPC FAQ
77
dates:
8-
validation: 2024-12-16
8+
validation: 2025-05-05
99
category: network
1010
productIcon: VpcProductIcon
1111
---
@@ -14,24 +14,22 @@ productIcon: VpcProductIcon
1414

1515
### What is the difference between VPC and a Private Network?
1616

17-
One default VPC (**V**irtual **P**rivate **C**loud) for every available region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project). A VPC offers layer 3 network isolation.
18-
19-
Within each VPC, you can create multiple **Private Networks** and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region. Resources attached to a Private Network can then communicate between themselves in an isolated and secure layer 2 network, away from the public internet. VPC routing facilitates communication between resources on the different Private Networks within the VPC.
17+
A VPC offers layer 3 network isolation. Within each VPC, you can create multiple **Private Networks** (layer 2) and attach Scaleway resources to them, as long as the resources are in an AZ within the network's region. Resources attached to a Private Network can then communicate between themselves in an isolated and secure network, away from the public internet. VPC routing facilitates communication between resources on the different Private Networks within the VPC.
2018

2119
<Lightbox src="scaleway-vpc-pn-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC" size="small"/>
2220

23-
In the future, VPC will allow you to interconnect your VPC with other networks, define access control lists and more.
24-
2521
### What is a default VPC and why can I not delete it?
2622

27-
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.
23+
If you created your Scaleway [Project](/organizations-and-projects/concepts/#project) before 13 May 2025, one **default VPC** was automatically created in it for each region (Paris, Amsterdam and Warsaw). 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.
2824

29-
You cannot delete a default VPC, but you can rename it, and/or create other VPCs and use those rather than the default VPCs, if you prefer.
25+
You cannot delete a default VPC, but you can rename it, and/or create other VPCs and use those rather than the default VPCs, if you prefer. Watch this space for upcoming functionality to delete default VPCs.
3026

3127
<Message type="note">
3228
Default VPCs do not prevent you from deleting an otherwise empty Project.
3329
</Message>
3430

31+
If you created your Scaleway Project after 13 May 2025, default VPCs are no longer pre-created for the Project. The first VPC that you create in each region is designated as its default VPC. If you try to create a Private Network without having an existing VPC for the appropriate region, a VPC will be auto-created for you.
32+
3533
## VPC routing
3634

3735
### Can I route traffic between different Private Networks on the same VPC?

pages/vpc/how-to/create-private-network.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ While DHCP is built into all new Private Networks, it may not be automatically a
2828

2929
## How to create a Private Network
3030

31-
1. Click **VPC** in the **Network** section of the side menu. The list of your VPCs displays:
32-
33-
Each Private Network must be created within a VPC. A default VPC is created for you in each Scaleway region.
31+
1. Click **VPC** in the **Network** section of the side menu. The list of your VPCs displays. Each Private Network must be created within a VPC.
3432

3533
2. Click the VPC you wish to create your Private Network in.
3634

pages/vpc/how-to/create-vpc.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to create a Virtual Private Cloud (VPC) with the Scaleway console. Follow this detailed guide to set up secure and isolated network infrastructure for your cloud resources.
88
tags: vpc default create regional virtual-private-cloud
99
dates:
10-
validation: 2025-01-04
10+
validation: 2025-05-05
1111
posted: 2023-06-13
1212
categories:
1313
- network
@@ -22,7 +22,9 @@ VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Sca
2222

2323
## How to identify your default VPCs
2424

25-
One default VPC per region is automatically created per Scaleway [Project](/organizations-and-projects/concepts/#project).
25+
### Before 13 May 2025
26+
27+
If you created your Scaleway [Project](/organizations-and-projects/concepts/#project) before 13 May 2025, one **default VPC** was automatically created in it for each region (Paris, Amsterdam and Warsaw). 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.
2628

2729
Click **VPC** in the **Network** section of the Scaleway console side menu. Your VPC [dashboard](https://console.scaleway.com/vpc/vpc) displays:
2830

@@ -36,7 +38,11 @@ You see three default VPCs (each with a **DEFAULT** badge next to it), one for e
3638

3739
Each of these VPCs is named `default` (though you can [edit](#how-to-edit-a-vpcs-name-and-tags) the name if you wish). 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.
3840

39-
It is currently not possible to change the default VPC for a region.
41+
It is currently not possible to change the default VPC for a region, nor to delete a VPC.
42+
43+
### After 13 May 2025
44+
45+
If you created your Scaleway Project after 13 May 2025, default VPCs are no longer pre-created for you. The first VPC that you create in each region is designated as its default VPC.
4046

4147
## How to create a VPC
4248

pages/vpc/quickstart.mdx

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ content:
77
paragraph: This page shows you how to get started with Scaleway Virtual Private Cloud (VPC).
88
tags: vpc virtual-private-cloud regional private network dhcp private-ip
99
dates:
10-
validation: 2025-04-24
10+
validation: 2025-05-05
1111
posted: 2022-02-06
1212
categories:
1313
- network
1414
---
1515

16-
VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud.
17-
18-
One **default VPC** per region is automatically created per Scaleway [Project](/organizations-and-projects/concepts/#project), and you can create more VPCs if you wish.
16+
VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. You can create one or more VPCs in each Scaleway [region](/vpc/concepts/#region-and-availability-zone).
1917

2018
Within each VPC, you can create **Private Networks** and attach Scaleway resources (Instances, Elastic Metal servers, Load Balancers etc.) to them, as long as the resources are within the network's region. Resources attached to a Private Network can communicate between themselves in an isolated and secure virtual layer 2 network, away from the public internet.
2119

@@ -35,25 +33,11 @@ If you are looking for detailed guidance on constructing your private infrastruc
3533

3634
- A Scaleway account logged into the [console](https://console.scaleway.com)
3735

38-
## How to identify your default VPCs
39-
40-
One default VPC per region is automatically created per Scaleway [Project](/organizations-and-projects/concepts/#project). You can [create more](/vpc/how-to/create-vpc/) if you wish, but it is not necessary for basic use cases.
41-
42-
Click **VPC** in the **Network** section of the Scaleway console side menu. Your [VPC dashboard](https://console.scaleway.com/vpc/vpc) displays:
43-
44-
<Lightbox src="scaleway-default-vpc.webp" alt="" />
45-
46-
You see three default VPCs, one for each of the following regions:
47-
48-
- Paris `PAR`
49-
- Amsterdam `AMS`
50-
- Warsaw `WAW`
51-
52-
Any new Private Networks that you create will be added to the default VPC for their region, unless you override this by [creating](#how-to-create-a-vpc) and specifying a different VPC.
53-
5436
## How to create a VPC
5537

56-
If you want to create more VPCs beyond the default ones created for you, you can do so via the following steps:
38+
<Message type="tip">
39+
If you created your Scaleway [Project](/organizations-and-projects/concepts/#project) before 13 May 2025, one **default VPC** was automatically created in it for each region (Paris, Amsterdam and Warsaw). [Find out more](/vpc/faq/#what-is-a-default-vpc-and-why-can-i-not-delete-it).
40+
</Message>
5741

5842
1. Click **VPC** in the **Network** section of the Scaleway console side menu.
5943

pages/vpc/reference-content/getting-most-private-networks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ VPCs and Private Networks are both **regional** resources. When you create a Pri
3131
| Netherlands - Amsterdam | AMS1, AMS2, AMS3 |
3232
| Poland - Warsaw | WAW1, WAW2, WAW3 |
3333

34-
One default VPC for each region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project). The [**VPC routing**](/vpc/concepts/#routing) feature allows for managed and custom routes between the Private Networks of a VPC, so resources on different Private Networks can communicate.
34+
The [**VPC routing**](/vpc/concepts/#routing) feature allows for managed and custom routes between the Private Networks of a VPC, so resources on different Private Networks can communicate.
3535

3636
<Lightbox src="scaleway-routing-diag.webp" alt="A diagram shows two Private Networks inside a VPC. A route table on a virtual router sits inside the VPC, and the route table is synchronized to each resource attached to the VPC's Private Networks. An Instance on Private Network A is able to send a packet to an Instance on Private Network B. An Elastic Metal server on Private Network A is able to send a packet to the public internet via the Public Gateway also on Private Network A." />
3737

pages/vpc/reference-content/use-case-basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This kind of infrastructure is appropriate for many applications, including but
7474

7575
Follow the steps below to create this infrastructure using the [Scaleway console](https://console.scaleway.com/organization):
7676

77-
1. [Create a VPC](/vpc/how-to/create-vpc/) (or use the [default VPC](/vpc/how-to/create-vpc/#how-to-identify-your-default-vpcs) pre-created for each Scaleway Project in the appropriate [region](/vpc/concepts/#region-and-availability-zone)).
77+
1. [Create a VPC](/vpc/how-to/create-vpc/) (or use a [default VPC](/vpc/how-to/create-vpc/#how-to-identify-your-default-vpcs) in the appropriate [region](/vpc/concepts/#region-and-availability-zone)).
7878
2. [Create a Private Network](/vpc/how-to/create-private-network/) inside the VPC. You can either let Scaleway create the network with an auto-generated subnet, which will provide the private IP addresses for attached resources, or specify a self-defined subnet.
7979
3. [Create a Public Gateway](/public-gateways/how-to/create-a-public-gateway/) (set it to advertise the [default route](/public-gateways/concepts/#default-route)) and [attach it to the Private Network](/public-gateways/how-to/configure-a-public-gateway/#how-to-attach-a-public-gateway-to-a-private-network).
8080
4. [Set up SSH bastion](/public-gateways/how-to/use-ssh-bastion/) on the Public Gateway, to allow administrator access.

0 commit comments

Comments
 (0)