Skip to content

Commit 110c9fe

Browse files
committed
fix(vpc): doc review
1 parent 36d49e2 commit 110c9fe

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

pages/nats/concepts.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ dates:
1111

1212
Credentials give services and platforms access to Scaleway NATS, enabling them to connect to the host system. NATS credentials give full read-write-manage access to your NATS message broker. See the documentation on [how to create credentials](/nats/how-to/create-credentials/) for full details.
1313

14+
15+
16+
```mermaid
17+
graph TD
18+
A[Generative API] --> B1[Preconfigured Multimodal Endpoints]
19+
B1 --> |interacts with| B2[Development Tools]
20+
B2 --> |develops|C[Your Application]
21+
B1 --> |interacts with|C
22+
```
23+
24+
25+
1426
## Message broker
1527

1628
A message broker is a piece of software that allows applications, systems and services to communicate with each other and send/receive data. It facilitates the exchange of information by receiving messages from a producer, and transmitting them to a consumer. Scaleway NATS is a message broker tool based on the NATS messaging system.

pages/public-gateways/how-to/configure-a-public-gateway.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to configure a Public Gateway
33
description: Learn how to configure a Public Gateway with the Scaleway console. Follow our step-by-step guide to set up routing, internet access, and SSH bastion for secure, scalable network connectivity.
44
tags: public-gateway public gateway dhcp nat smtp
55
dates:
6-
validation: 2025-05-05
6+
validation: 2025-11-13
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -46,7 +46,7 @@ Your Private Network is now attached to your Public Gateway. You can repeat the
4646
Dynamic NAT is automatically activated. However, you can review and (if you wish) modify the NAT configuration of an existing Public Gateway as follows:
4747

4848
1. Click **Public Gateways** in the **Network** section of the side menu.
49-
2. Click the Public Gateway whose configuration you wish to modify. You are taken to the Overview page for that Public Gateway.
49+
2. Click the Public Gateway whose configuration you wish to modify. You are taken to the **Overview** page for that Public Gateway.
5050
3. Click the **NAT** tab.
5151
4. Use the toggle to deactivate dynamic NAT if desired. To add a new static NAT configuration for any Private Network attached to this gateway, click **Add Static NAT**. The following screen displays:
5252
<Lightbox image={image} alt="" />
@@ -64,7 +64,7 @@ Dynamic NAT is automatically activated. However, you can review and (if you wish
6464
By default, the SMTP ports (25, 465, 587 and 2525) on your Public Gateway are blocked to avoid spam. If you wish to send emails from resources located behind your Public Gateway, make sure those resources [have also enabled SMTP](/instances/how-to/send-emails-from-your-instance/) and then enable SMTP on your Public Gateway as follows:
6565

6666
1. Click **Public Gateways** in the **Network** section of the side menu.
67-
2. Click the Public Gateway whose configuration you wish to modify. You are taken to the **Overview** page for that Public Gateway.
67+
2. Click the Public Gateway whose configuration you wish to modify, then click the **Settings** tab.
6868
3. Scroll down to the **SMTP** panel, and use the toggle <Icon name="toggle" /> to enable SMTP.
6969

7070
<Message type="important">

pages/public-gateways/troubleshooting/cant-connect-to-instance-with-pn-gateway.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I cannot connect to my Instance using SSH after attaching it to a Private
33
description: This page explains how troubleshoot connection problems after attaching an Instance to a Private Network which has a Public Gateway
44
tags: troubleshoot error private-network private network vpc public-gateway
55
dates:
6-
validation: 2025-05-05
6+
validation: 2025-11-13
77
posted: 2021-05-26
88
---
99

@@ -27,7 +27,7 @@ If neither of the above scenarios applies, there may be other factors impacting
2727

2828
## Solution
2929

30-
If one of the above scenario applies, not being able to connect to your Instance via SSH is **expected behavior**. The Public Gateway's default route advertisement takes priority over the default route through a resource's public interface. All the traffic towards your Instance now goes through the Public Gateway.
30+
If one of the above scenarios applies, not being able to connect to your Instance via SSH is **expected behavior**. The Public Gateway's default route advertisement takes priority over the default route through a resource's public interface. All the traffic towards your Instance now goes through the Public Gateway.
3131

3232
To access your Instance using SSH in this scenario, the recommended solution is to use [SSH bastion](/public-gateways/how-to/use-ssh-bastion/).
3333

pages/vpc/concepts.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: VPC - Concepts
33
description: Discover the key concepts of Scaleway Virtual Private Cloud (VPC). Learn how to isolate, secure, and manage your cloud resources effectively.
44
tags: network vpc virtual-private-cloud regional private network routing
55
dates:
6-
validation: 2025-05-05
6+
validation: 2025-11-13
77
posted: 2023-02-06
88
---
99
import RegionAndAz from '@macros/console/region-and-az.mdx'
@@ -61,7 +61,7 @@ While DHCP is built into all new Private Networks, it may not be automatically a
6161

6262
The **D**omain **N**ame **S**ystem (DNS) is a naming system for devices connected to the internet or Private Networks. Most prominently, DNS servers translate text-based domain names (e.g. www.scaleway.com) to numerical IP addresses (e.g. `51.158.66.220`).
6363

64-
Private Networks benefit from managed DNS, which resolves the hostnames of attached resources into their IP addresses. The hostname for a given device is generally the name defined when creating the resource (and which in the case of an Instance, for example, displays in the shell when connected to that resource by SSH). See [full information](/vpc/reference-content/dns/) on Scaleway DNS and how to reach a resource via its hostname.
64+
Scaleway Private Networks benefit from managed DNS, which resolves the hostnames of attached resources into their IP addresses. The hostname for a given device is generally the name defined when creating the resource (and which in the case of an Instance, for example, displays in the shell when connected to that resource by SSH). See [full information](/vpc/reference-content/dns/) on Scaleway DNS and how to reach a resource via its hostname.
6565

6666
## IPAM
6767

@@ -102,8 +102,6 @@ Private Networks let you connect Scaleway resources across multiple AZs within t
102102
Read our dedicated documentation on [creating a Private Network](/vpc/how-to/create-private-network/).
103103

104104
<Message type="note">
105-
Previously, Private Networks at Scaleway were zoned. Only resources from within one defined AZ could be attached to each network. Now, all Private Networks are regional, and resources from any AZ within that network's region can be attached. "Old" zoned Private Networks have all been automatically migrated to become regional.
106-
107105
While DHCP is built into all new Private Networks, it may not be automatically activated for older Private Networks. Check our [migration](/vpc/reference-content/vpc-migration/) documentation for more information.
108106
</Message>
109107

pages/vpc/how-to/create-vpc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create and manage VPCs
33
description: Learn how to create a Virtual Private Cloud (VPC) with the Scaleway console. Follow this detailed guide to set up secure and isolated network infrastructure for your cloud resources.
44
tags: vpc default create regional virtual-private-cloud
55
dates:
6-
validation: 2025-05-05
6+
validation: 2025-11-13
77
posted: 2023-06-13
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

0 commit comments

Comments
 (0)