Skip to content

Commit 173eb29

Browse files
committed
fix(vpc): vpc limits
1 parent 774e043 commit 173eb29

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

pages/vpc/faq.mdx

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,29 @@ Technically, any Ethernet payload should work over Private Networks. However, on
7676

7777
### Can I connect multiple Private Networks to the same Scaleway resource?
7878

79-
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).
79+
YYu can configure up to **8** Private Networks on the same Scaleway resource.
8080

81-
You can configure:
82-
- Up to 8 Private Networks per Scaleway resource
83-
- Up to 255 Private Networks per Organization
84-
- Up to 512 Scaleway resources per Private Network
81+
<Message type="note">
82+
For Serverless, [a different limit applies](/organizations-and-projects/additional-content/organization-quotas/#serverless-functions). You can attach up to **10* Private Networks to the same Serverless Function or Container, depending on whether you have fully validated your account.
83+
</Message>
84+
85+
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).
86+
87+
### How many resources can I attach to each Private Network?
88+
89+
You can attach a maximum of **512** resources to each Private Network.
90+
91+
<Message type="note">
92+
For Elastic Metal and Apple silicon servers, a different limit applies. You can attach up to **250* of either type of resource to the same Private Network.
93+
</Message>
94+
95+
The size of your Private Network's subnet (defined via its [CIDR block](/vpc/how-to/create-private-network/#how-to-configure-cidr)) does **not** impact the number of resources you can attach. Regardless of the subnet mask, the number of attachable resources is governed by a fixed platform limit.
96+
97+
Bear in mind only that creating too small a subnet will limit the number of available IP addresses in the Private Network. The default subnet mask of `/64` gives you far more available IP addresses than the attachable resource limit.
98+
99+
## How many Private Networks can I create in total?
100+
101+
You can create up to **255** Private Networks per Organization.
85102

86103
### Does a resource's advertised bandwidth limit apply to public connections only, or also to Private Networks?
87104

0 commit comments

Comments
 (0)