Default VPCs do not prevent you from deleting an otherwise empty Project.
VPC
VPC basicsLink to this anchor
What is the difference between VPC and a Private Network?Link to this anchor
One default VPC (Virtual Private Cloud) for every available region is automatically created in each Scaleway Project. A VPC offers layer 3 network isolation.
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.
In the future, VPC will allow you to interconnect your VPC with other networks, define access control lists and more.
What happened to my classic, mono-AZ Private Network?Link to this anchor
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 to find out more about the migration process.
What is a default VPC and why can I not delete it?Link to this anchor
Scaleway currently has three regions: Paris, Amsterdam and Warsaw. One default VPC is automatically created for each region, in each Scaleway 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.
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.
How much does it cost to create a VPC, Private Network or reserved private IP addresses?Link to this anchor
The following resources and features are free of charge:
- VPCs and VPC routing
- Private Networks (except for Elastic Metal servers and Apple silicon)
- Reserved private IP addresses on IPAM
Why can I not delete my Private Network even though it is empty?Link to this anchor
You might have a reserved IP address that is blocking the deletion - check out our troubleshooting page.
VPC routingLink to this anchor
Can I route traffic between different Private Networks on the same VPC?Link to this anchor
Yes, VPC routing allows you to automize the routing of traffic between resources in different Private Networks within the same VPC.
Can I route traffic between different Private Networks in different VPCs or different Scaleway Projects?Link to this anchor
This is not currently possible. You may consider using a VPN tunnel to achieve this, for example IPsec or WireGuard. Scaleway also offers an OpenVPN InstantApp, making it easy to install a VPN directly on an Instance.
Why can I not route traffic to my Managed Database on another Private Network?Link to this anchor
Managed Databases do not currently support VPC routing - see our dedicated documentation
IPAM and IP addressingLink to this anchor
What is IPAM?Link to this anchor
IP Address Manager (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 for more detail.
Do resources’ IP addresses on a Private Network risk changing when allocated by managed DHCP?Link to this anchor
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.
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.
How can I attach my VMs on a Proxmox cluster on Elastic Metal to a Private Network?Link to this anchor
We recommend that you use our IPAM product for this purpose. See how to reserve a private IP address with an attached MAC address.