From 88b58d0518cbd564bfc46fd9cde950c35b17d765 Mon Sep 17 00:00:00 2001 From: Rowena Date: Thu, 20 Feb 2025 11:36:57 +0100 Subject: [PATCH 1/2] fix(vpc): update concept --- pages/vpc/concepts.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pages/vpc/concepts.mdx b/pages/vpc/concepts.mdx index ab327a0921..280e72a39a 100644 --- a/pages/vpc/concepts.mdx +++ b/pages/vpc/concepts.mdx @@ -111,12 +111,10 @@ A vRouter is a virtualized router that sits inside a VPC and manages layer 3 rou ## VPC -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. +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). -One default VPC for every available region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project). +VPC currently comprises the [Private Networks](#private-networks) product. Layer 2 Private Networks sit inside the layer 3 VPC. [VPC routing](#routing) allows traffic to be routed between the VPC's various Private Networks, with Network ACLs coming soon to provide further fine-grained traffic control. -VPC currently comprises the [Private Networks](#private-networks) product. Layer 2 Private Networks sit inside the layer 3 VPC. +Find out more about [getting the most from your VPC and Private Networks](/vpc/reference-content/getting-most-private-networks/). - - -More features and resources will be coming to VPC in the future. \ No newline at end of file + \ No newline at end of file From 12ceb0e2a04b5551a61df64d3fbd659f5ab23968 Mon Sep 17 00:00:00 2001 From: Rowena Date: Thu, 20 Feb 2025 11:45:36 +0100 Subject: [PATCH 2/2] fix(vpc): correct --- pages/vpc/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/vpc/concepts.mdx b/pages/vpc/concepts.mdx index 280e72a39a..52eaa8aa04 100644 --- a/pages/vpc/concepts.mdx +++ b/pages/vpc/concepts.mdx @@ -113,7 +113,7 @@ A vRouter is a virtualized router that sits inside a VPC and manages layer 3 rou 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). -VPC currently comprises the [Private Networks](#private-networks) product. Layer 2 Private Networks sit inside the layer 3 VPC. [VPC routing](#routing) allows traffic to be routed between the VPC's various Private Networks, with Network ACLs coming soon to provide further fine-grained traffic control. +VPC currently comprises the [Private Networks](#private-networks) product. Layer 2 Private Networks sit inside the layer 3 VPC. [VPC routing](#routing) allows traffic to be routed throughout the VPC. Find out more about [getting the most from your VPC and Private Networks](/vpc/reference-content/getting-most-private-networks/).