Skip to content

Commit e815026

Browse files
committed
fix(nacls): added diags
1 parent 0d6720e commit e815026

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
370 KB
Loading

faq/vpc.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ productIcon: VpcProductIcon
1414

1515
### What is the difference between VPC and a Private Network?
1616

17-
One default VPC (**V**irtual **P**rivate **C**loud) for every available region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project). A VPC offers layer 3 network isolation.
17+
<Lightbox src="scaleway-vpc-routing-nacl-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC. The VPC's routing and NACL features control traffic between its Private Networks." size="small"/>
1818

19-
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.
19+
One default VPC (**V**irtual **P**rivate **C**loud) for every available region is automatically created in each Scaleway [Project](/organizations-and-projects/concepts/#project). A VPC offers layer 3 network isolation.
2020

21-
<Lightbox src="scaleway-vpc-pn-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC" size="small"/>
21+
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.
2222

23-
In the future, VPC will allow you to interconnect your VPC with other networks, define access control lists and more.
23+
VPC **routing** facilitates communication between resources on the different Private Networks within the VPC. The VPC's **N**etwork **A**ccess **C**ontrol List allows you to restrict traffic flow along certain routes.
2424

2525
### What happened to my classic, mono-AZ Private Network?
2626

-324 KB
Binary file not shown.
370 KB
Loading

pages/vpc/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ A vRouter is a virtualized router that sits inside a VPC and manages layer 3 rou
117117

118118
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).
119119

120-
<Lightbox src="scaleway-vpc-pn-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC" size="small"/>
120+
<Lightbox src="scaleway-vpc-routing-nacl-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC. The VPC's routing and NACL features control traffic between its Private Networks." size="small"/>
121121

122-
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.
122+
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, and the VPC's **N**etwork **A**ccess **C**ontrol List allows you to restrict traffic flow along certain routes.
123123

124124
Find out more about [getting the most from your VPC and Private Networks](/vpc/reference-content/getting-most-private-networks/).
125125

pages/vpc/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ categories:
1515

1616
VPC allows you to build your own **V**irtual **P**rivate **C**loud on top of Scaleway's shared public cloud. One default VPC per region is automatically created per Scaleway [Project](/organizations-and-projects/concepts/#project), and you can create more if you wish. Within each VPC, you can create **Private Networks** and attach Scaleway resources (Instances, Elastic Metal servers, Load Balancers etc.) to them, as long as the resources are within the network's region.
1717

18-
<Lightbox src="scaleway-vpc-pn-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC" size="small"/>
18+
<Lightbox src="scaleway-vpc-routing-nacl-diag.webp" alt="A diagram shows that several Private Networks exist within a single VPC. The VPC's routing and NACL features control traffic between its Private Networks." size="small"/>
1919

20-
Attached resources can then communicate between themselves in an isolated and secure virtual layer 2 network, away from the public internet. More features and resources will be coming to the VPC product in the future.
20+
Attached resources can then communicate between themselves in an isolated and secure virtual layer 2 network, away from the public internet. VPC **routing** facilitates communication between resources on the different Private Networks within the VPC. The VPC's **N**etwork **A**ccess **C**ontrol List allows you to restrict traffic flow along certain routes.
2121

2222
<Macro id="requirements" />
2323

0 commit comments

Comments
 (0)