You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/load-balancer/how-to/create-frontends-backends.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to create frontends and backends
3
3
description: Learn how to set up frontends and backends with Scaleway Load Balancer. Step-by-step guide for configuring efficient network routing and load distribution.
Copy file name to clipboardExpand all lines: pages/load-balancer/troubleshooting/load-balancer-limitations.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Load Balancer Limitations
3
3
description: Discover common limitations of Scaleway Load Balancer and troubleshooting tips to optimize performance. Ensure smooth operation with expert insights and solutions.
Copy file name to clipboardExpand all lines: pages/managed-inference/how-to/managed-inference-with-private-network.mdx
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: How to use your Managed Inference deployment with a Private Network
3
-
description: This page explains how to monitor a Managed Inference deployment
3
+
description: Learn how to deploy and manage AI models securely using Scaleway's Managed Inference with a private network configuration, ensuring optimal performance and data protection.
4
4
tags: managed-inference ai-data private-network
5
5
dates:
6
-
validation: 2025-01-06
6
+
validation: 2025-07-16
7
7
posted: 2024-06-18
8
8
categories:
9
9
- ai-data
@@ -17,7 +17,7 @@ import image3 from './assets/scaleway-inference-pn-detach.webp'
17
17
18
18
In this tutorial, we guide you through the process of attaching a Private Network to your Managed Inference deployment.
19
19
This can be done during the initial setup or added later to an existing deployment.
20
-
Using a Private Network for communications between your Instances hosting your applications and the Managed Inference deployment ensures secure communication between resources with low latency.
20
+
Using a Private Network for communications between the Instances hosting your applications and your Managed Inference deployment ensures secure communication between resources, with low latency.
21
21
22
22
<Requirements />
23
23
@@ -28,16 +28,18 @@ Using a Private Network for communications between your Instances hosting your a
28
28
29
29
## How to attach a Private Network to a Managed Inference deployment
30
30
31
-
### Attaching a Private Network during deployment setup
31
+
### Attaching a Private Network during model deployment
32
32
33
33
1. Click **Managed Inference** in the **AI** section of the [Scaleway console](https://console.scaleway.com) side menu. A list of your deployments displays.
34
-
2. From the drop-down menu, select the geographical region you want to manage.
35
-
3. Navigate to the **Deployments** section and click **Create New Deployment**. The setup wizard displays.
36
-
4. During the [setup process](/managed-inference/how-to/create-deployment/), you access the **Networking**section.
37
-
5.You will be asked to **attach a Private Network**. Two options are available:
34
+
2. From the drop-down menu, select the geographical region where you want to deploy.
35
+
3. Navigate to the **Deployments** section and click **Deploy a model**. The setup wizard displays.
36
+
4. During the [setup](/managed-inference/how-to/create-deployment/), in the step **Configure network connectivity**, check the **Attach to Private Network**box.
37
+
5.Choose one of the following options:
38
38
-**Attach an existing Private Network**: Select from the list of available networks.
39
-
-**Add a new Private Network**: Choose this option if you need to create a new network.
40
-
6.**Confirm your selection** and complete the deployment setup process.
39
+
-**Create a new Private Network**: Choose this option (at the bottom of the list) to create a new Private Network to attach the model to.
40
+
6.*Complete the deployment setup process and click **Deploy model**.
41
+
42
+
Your Managed Inference model will be deployed, and it will be attached to the selected Private Network.
41
43
42
44
### Attaching a Private Network to an existing deployment
43
45
@@ -47,17 +49,17 @@ Using a Private Network for communications between your Instances hosting your a
47
49
4. Go to the **Overview** tab and locate the **Endpoints** section.
48
50
5. Click **Attach Private Network**. Two options are available:
49
51
-**Attach an existing Private Network**: Select from the list of available networks.
50
-
-**Add a new Private Network**: Choose this option if you need to create a new network.
52
+
-**Create a new Private Network**: Choose this option from the end of the list to create a new Private Network to attach the model to.
51
53
<Messagetype="tip">
52
54
Alternatively, you can access the **Security tab** and attach a network from the **Private Network** section.
53
55
</Message>
54
-
6.**Save your changes** to apply the new network configuration.
56
+
6.Click **Attach to Private Network** to confirm.
55
57
56
58
### Verifying the Private Network connection
57
59
58
60
1. After attaching a Private Network, go to the **Security** tab.
59
61
2. You should see the **Private Network** connected to the deployment resource and its **allocated IPs** listed.
60
-
<Lightboximage={image}alt="A screenshot of the Scaleway console, hightlighting the Private Network configuration of the Managed Inference deployment"size="medium" />
62
+
<Lightboximage={image}alt="A screenshot of the Scaleway console, highlighting the Private Network configuration of the Managed Inference deployment"size="medium" />
61
63
62
64
## How to send inference requests in a Private Network
63
65
@@ -67,7 +69,7 @@ Using a Private Network for communications between your Instances hosting your a
67
69
</Message>
68
70
2. Download the TLS certificate from your Managed Inference deployment, available from the **Overview** tab in the **Endpoints** section.
69
71
<Lightboximage={image2}alt="A screenshot of the Managed Interface product overview tab in the Scaleway console, highlighting the TLS certificate download section"size="medium" />
70
-
3. Transfer the TLS certificate to the Instance using the `scp` (secure copy) command to securely transfer the certificate from your local machine to the Scaleway Instance.
72
+
3. Transfer the TLS certificate to the Instance. You can use the `scp` (secure copy) command to securely transfer the certificate from your local machine to the Scaleway Instance.
@@ -142,7 +144,7 @@ Using a Private Network for communications between your Instances hosting your a
142
144
3. Go to the **Overview** tab and locate the **Endpoints** section.
143
145
4. Click **Detach Private Network**. A pop-up displays.
144
146
<Lightboximage={image3}alt="A screenshot of the Managed Interface product overview tab in the Scaleway console, highlighting the Private Network detach section"size="medium" />
145
-
5. Click **Detach Private Network** to confirm the removal of the private endpoint for your deployment.
147
+
5. Click **Detach resource** to confirm the removal of the private endpoint for your deployment.
146
148
<Messagetype="tip">
147
149
Alternatively, you can access the **Security** tab and detach a network from the **Private Network** section.
Copy file name to clipboardExpand all lines: pages/public-gateways/troubleshooting/gateway-services-not-working.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: I attached the Public Gateway to my Private Network, but the services pro
3
3
description: This page explains how to troubleshoot connection problems after attaching a Public Gateway to a Private Network but finding that the services provided by the gateway are not working (NAT etc)
4
4
tags: public-gateway private-network public gateway private network error nat dns
5
5
dates:
6
-
validation: 2025-01-03
6
+
validation: 2025-07-16
7
7
posted: 2021-05-26
8
8
categories:
9
9
- network
@@ -24,9 +24,9 @@ First, check whether the gateway is properly plugged into the Private Network. W
24
24
4. Go [here](https://ben.akrin.com/?p=1347), and paste the MAC address to get the IPv6 Link-Local Address of your gateway. In our example, using priv0, it is `fe80::000:b1ff:feac:cafe`
25
25
5. From your Instance, ping the gateway on its IPv6 link-local address, taking care to specify the Private Network interface. In our example, using `priv0`, the command is `ping fe80::000:b1ff:feac:cafe%priv0`.
26
26
27
-
If the address does not ping, then you are indeed experiencing this known issue. The best way to fix it is either to delete and recreate the GatewayNetwork (you can keep the same DHCP configuration by specifying a `dhcp_id` upon creation), or attach a dummy Private Network to the gateway.
27
+
If the address does not ping, then you are indeed experiencing this known issue. The best way to fix it is either to delete and recreate the GatewayNetwork, or attach a dummy Private Network to the gateway.
28
28
29
-
If the address does ping, then you may be either experiencing another issue, where the interface gets misconfigured, or just have an error in your configuration. To test for this, update any property of your GatewayNetwork or the associated DHCP configuration in order to trigger a reconfiguration. If this does not fix it, check your configuration.
29
+
If the address does ping, then you may be either experiencing another issue, where the interface gets misconfigured, or just have an error in your configuration. To test for this, update any property of your GatewayNetwork in order to trigger a reconfiguration. If this does not fix it, check your configuration.
30
30
31
31
It may also be useful to try the steps outlined in [this troubleshooting](/vpc/troubleshooting/autoconfig-not-working/).
Copy file name to clipboardExpand all lines: pages/vpc/how-to/delete-vpc.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to delete a VPC
3
3
description: Discover how to delete a Virtual Private Cloud (VPC) with the Scaleway console. Follow our straightforward guide to safely remove your VPC and manage your cloud infrastructure efficiently."
Copy file name to clipboardExpand all lines: pages/vpc/reference-content/vpc-migration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Understanding VPC GA and Migration
3
3
description: This page outlines the changes that arrived with the VPC product going into General Availability, and how existing configurations were migrated.
0 commit comments