Skip to content

Commit b1b7e62

Browse files
RoRoJSamyOubouaziznerda-codes
authored
fix(vpc): correct and enrich info on quotas (#5740)
* fix(vpc): vpc limits * fix(vpc): quotas * fix(vpc): quotas * fix(vpc): finish correcting quotas * fix(quotas): typo * fix(vpc): typo * Update pages/vpc/faq.mdx Co-authored-by: Néda <[email protected]> --------- Co-authored-by: SamyOubouaziz <[email protected]> Co-authored-by: Néda <[email protected]>
1 parent 4e3d9a6 commit b1b7e62

File tree

4 files changed

+37
-19
lines changed

4 files changed

+37
-19
lines changed

pages/organizations-and-projects/additional-content/organization-quotas.mdx

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,16 @@ At Scaleway, quotas are applicable per [Organization](/iam/concepts/#organizatio
135135
| POP2-HN-5 | To use this product, you must [validate your identity](/account/how-to/verify-identity/). | 2 |
136136
| POP2-HN-10 | To use this product, you must [contact our Support team](https://console.scaleway.com/support/create). | To use this product, you must [contact our Support team](https://console.scaleway.com/support/create).|
137137

138+
**Instances Network**
139+
140+
141+
| | [Payment method validated](/billing/how-to/add-payment-method/#how-to-add-a-credit-card) | Payment method and [identity validated](/account/how-to/verify-identity/)|
142+
|---------------------------|:-----------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------|
143+
| Private NICs per Instance | 8 | 8 |
144+
| Instances IPs | 20 | 50 |
145+
| Security Groups | 99 999 | 99 999 |
146+
| Security Rules | 500 | 500 |
147+
| Placement Groups | 100 | 100 |
138148

139149
## GPU Instances
140150

@@ -299,6 +309,12 @@ After you order a server from the list of Elastic Metal servers compatible with
299309
|-----------------|:----------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------:|
300310
| Windows License | Not available | Available |
301311

312+
**Elastic Metal flexible IPs**
313+
314+
| | [Payment method validated](/billing/how-to/add-payment-method/#how-to-add-a-credit-card) | Payment method and [identity validated](/account/how-to/verify-identity/)|
315+
|---------------------------|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------:|
316+
| Elastic Metal Flexible IP | 64 | 64
317+
302318
## Kubernetes
303319

304320
<ComputeKubernetes />
@@ -474,20 +490,15 @@ Local and Block Storage options are available with our compute offers.
474490
| Total Block Storage in GB | 5 000 | 5 000 |
475491
| Database Snapshots | 100 | 100 |
476492

477-
## Network
478-
479-
Additional IP addresses and placement groups are available with our compute offers.
493+
## VPC and Private Networks
480494

481495
| | [Payment method validated](/billing/how-to/add-payment-method/#how-to-add-a-credit-card) | Payment method and [identity validated](/account/how-to/verify-identity/)|
482-
|---------------------------|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------:|
483-
| Elastic Metal Flexible IP | 64 | 64 |
484-
| Private Networks | 255 | 255 |
485-
| Private NICs | 255 | 255 |
486-
| Instances IPs | 20 | 50 |
487-
| Security Groups | 99 999 | 99 999 |
488-
| Security Rules | 500 | 500 |
489-
| Placement Groups | 100 | 100 |
490-
| Compute Clusters | 100 | 100 |
496+
|------------------------------------------------------------------------------------|:------------:|:-----------:|
497+
| VPCs | 256 | 256 |
498+
| Private Networks (per VPC) | 100 | 100 |
499+
| Private Networks (per Organization) | 255 | 255 |
500+
| Instances (and Instance-based resources) attached to a Private Network | 512 | 512 |
501+
| Bare metal resources (Elastic Metal / Apple silicon) attached to a Private Network | 250 | 250 |
491502

492503
## Public Gateways
493504

pages/vpc/faq.mdx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,19 @@ 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+
This depends on the type of resource. For Instances and most other products, you can configure up to **8** Private Networks on the same Scaleway resource. Some resource types, such as Managed Databases and Serverlesss Functions and Containers, only support one Private Network attachment per resource. Refer to the product's documentation on Private Networks, or [Getting the most from Private Networks](/vpc/reference-content/getting-most-private-networks/#resource-specific-information) for more information.
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+
### How many resources can I attach to each Private Network?
82+
83+
A maximum of **512** resources can be attached to each Private Network. Note that for Elastic Metal servers and Apple silicon Mac minis, only **250** of these resource types can be attached to a single Private Network.
84+
85+
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.
86+
87+
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 `/22` for IPv4 gives you far more available IP addresses than the attachable resource limit.
88+
89+
### What other quotas are enforced for the VPC product?
90+
91+
See our [dedicated quotas page](/organizations-and-projects/additional-content/organization-quotas/#vpc-and-private-networks) for full details.
8592

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

pages/vpc/how-to/attach-resources-to-pn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Sca
1717

1818
Private Networks also have built-in **D**ynamic **H**ost **C**onfiguration **P**rotocol (DHCP), making it easy to manage the private IP addresses of your resources on the network.
1919

20-
Up to 512 resources can be attached to each Private Network, and each resource can be attached to up to eight Private Networks.
20+
For most resource types, up to 512 resources can be attached to each Private Network, and each resource can be attached to up to eight Private Networks. However exceptions exist - check out our documentation on [quotas](/organizations-and-projects/additional-content/organization-quotas/#vpc-and-private-networks) and [getting the most from Private Networks](/vpc/reference-content/getting-most-private-networks/#resource-specific-information) for full information. You should also refer to the documentation of the product in question in relation to using it with Private Networks.
2121

2222
The following resource types can be attached to a Private Network:
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Different types of Scaleway resources may have different requirements and possib
126126
| Mandatory PN | No | No | No | No | No |
127127
| Compatible with private IPv6 | No | No | No | No | No
128128
| Compatible with reserved IPs | No | No | Yes | Yes | No
129-
| Additional information | Must have at least one of <br/> private and/or public endpoint | Must have at least one of <br/> private and/or public endpoint | -- | Private LBs must have a PN | Egress traffic only, from VPC-supported namespaces. |
129+
| Additional information | Must have at least one of <br/> private and/or public endpoint | Must have at least one of <br/> private and/or public endpoint | -- | Private LBs must have a PN | Egress traffic only |
130130
| Documentation | [Go](/managed-databases-for-postgresql-and-mysql/how-to/connect-database-instance/#how-to-connect-to-a-database-instance-through-a-private-network/) | [Go](/managed-databases-for-redis/faq/#what-is-the-private-networks-feature-for-redistm-database-instances) | [Go](/public-gateways/how-to/configure-a-public-gateway/#how-to-attach-a-public-gateway-to-a-private-network) | [Go](/load-balancer/how-to/use-with-private-network/) | [Go](/serverless-functions/how-to/use-private-networks/)
131131

132132

0 commit comments

Comments
 (0)