Skip to content

Commit aba0d21

Browse files
committed
fix(vpc): added to menu
1 parent 433b731 commit aba0d21

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3211,6 +3211,10 @@
32113211
{
32123212
"label": "I can't delete my VPC or Private Network",
32133213
"slug": "cant-delete-vpc-pn"
3214+
},
3215+
{
3216+
"label": "I'm experiencing connectivity or routing issues",
3217+
"slug": "vpc-pn-routing-connectivity-issues"
32143218
}
32153219
],
32163220
"label": "Troubleshooting",

pages/ipam/reference-content/public-connectivity-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In the future, look out for even more improvements to our flexible IP offering,
4949
We strongly recommend that you disable public connectivity on all of your Scaleway resources, unless it is absolutely required. Attaching resources to Private Networks, and limiting their communication to these networks brings the following advantages:
5050

5151
- **Minimized attack surface**: Without a public IP address, the resource is not exposed directly to the internet, decreasing the risk of DDoS or brute force attacks, or unauthorized access.
52-
- **Reduced cost**: Public (flexible) IP addresses are [billed](https://www.scaleway.com/en/pricing/), whereas Private Networks and the private IP addresses that attach resources to Private Networks are free of charge (except for Elastic Metal servers).
52+
- **Reduced cost**: Public (flexible) IP addresses are [billed](https://www.scaleway.com/en/pricing/), whereas Private Networks and the private IP addresses that attach resources to Private Networks are free of charge (except for Elastic Metal servers and Apple silicon).
5353
- **Improved latency**: Communication between resources over a Private Network is generally faster, as it does not need to be routed through the public internet.
5454

5555
Depending on the resource type, public connectivity can be disabled by:
File renamed without changes.

0 commit comments

Comments
 (0)