Skip to content

Commit c7f9726

Browse files
committed
fix(interlink): meta
1 parent 78da7a5 commit c7f9726

File tree

9 files changed

+37
-7
lines changed

9 files changed

+37
-7
lines changed

pages/interlink/concepts.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ The type of physical connection for an InterLink. InterLink is available in both
3838

3939
To create a self-hosted InterLink, you must first provision a dedicated physical connection between your router and Scaleway's router. You get sole use of a single InterLink port on Scaleway's router, with the entire bandwidth of that port. This connection and its bandwidth can then be used to create several InterLinks. To provision a dedicated physical connection, [contact our sales team](https://www.scaleway.com/en/contact-sales/).
4040

41+
## Hosted InterLink
42+
43+
See [connection type](#connection-type).
44+
4145
## InterLink
4246

4347
InterLink, currently in Public Beta, is Scaleway's product to let you create a secure, private connection between your external infrastructure, and your Scaleway VPC. This allows you to direct your traffic safely from your Scaleway infrastructure to your on-premises infrastructure, away from the public internet.
@@ -76,4 +80,8 @@ Route propagation can be activated or deactivated at any given time on an InterL
7680

7781
The default rule blocks any and all routes from being propagated over InterLink. Attaching a routing policy allows you to define the ranges of routes that should be whitelisted. When creating a routing policy, you specify one or many IP ranges representing the outgoing routes to announce from the Scaleway VPC, and one or many IP ranges representing the incoming route announcements to accept from the external infrastructure.
7882

79-
IPv4 and IPv6 routes must be whitelisted in separate routing policies. An InterLink must therefore have a **minimum of one** and a **maximum of two** attached routing policies, one for each IP traffic type to be routed (IPv4 and/or IPv6). When [route propagation](#route-propagation) is activated, the route ranges defined in the attached routing polic(ies) are whitelisted, and traffic can flow across the InterLink along these routes. [Learn more about routing across an InterLink](/interlink/reference-content/overview/#routing-across-an-interLink)
83+
IPv4 and IPv6 routes must be whitelisted in separate routing policies. An InterLink must therefore have a **minimum of one** and a **maximum of two** attached routing policies, one for each IP traffic type to be routed (IPv4 and/or IPv6). When [route propagation](#route-propagation) is activated, the route ranges defined in the attached routing polic(ies) are whitelisted, and traffic can flow across the InterLink along these routes. [Learn more about routing across an InterLink](/interlink/reference-content/overview/#routing-across-an-interLink).
84+
85+
## Self-hosted InterLink
86+
87+
See [connection type](#connection-type).

pages/interlink/faq.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
---
2+
<<<<<<< HEAD
23
title: InterLink FAQ
34
description: Discover Scaleway InterLink and find answers to your most common questions.
45
dates:
56
validation: 2025-03-18
7+
=======
8+
title: InterLink
9+
description: Discover Scaleway InterLink and find answers to your most common questions.
10+
dates:
11+
validation: 2025-07-09
12+
>>>>>>> d1722557a (fix(interlink): meta)
613
productIcon: InterlinkProductIcon
714
---
815

@@ -26,7 +33,7 @@ You can see available partners in the Scaleway console by opening the [InterLink
2633

2734
## I want to create a dedicated InterLink without a partner, how can I do this?
2835

29-
You can create a **self-hosted** InterLinks available soon, whereby a single client can provision their own physical connection without a partner, getting sole use of a single InterLink port on Scaleway's router. The bandwidth of this connection can then be used by the client to create several InterLinks just for them.
36+
You can create a **self-hosted** InterLink, provisioning your own physical connection without a partner, getting sole use of a single InterLink port on Scaleway's router. You can then use the bandwidth of this connection to create several InterLinks just for you.
3037

3138
[Contact a sales representative](https://www.scaleway.com/en/contact-sales/) to register your interest in a self-hosted InterLink. The process of provisioning the dedicated physical connection must be done via our sales team, and cannot be achieved via the Scaleway console or developer tools.
3239

pages/interlink/how-to/complete-provisioning.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2+
<<<<<<< HEAD
23
title: How to complete InterLink provisioning
4+
=======
5+
title: How to complete hosted InterLink provisioning
6+
>>>>>>> d1722557a (fix(interlink): meta)
37
description: Learn how to complete the provisioning process for your Scaleway InterLink, to ensure your hosted connection between your on-premises infrastructure and Scaleway VPC is up and running as soon as possible.
48
dates:
59
validation: 2025-07-09

pages/interlink/how-to/configure-interlink.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dates:
66
posted: 2025-03-18
77
tags: interlink direct-connect configure attach-vpc route-propagation allowed-routes routing-policy
88
---
9+
910
import Requirements from '@macros/iam/requirements.mdx'
1011

1112
import image from './assets/scaleway-interlink-config.webp'

pages/interlink/how-to/order-interlink.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2+
<<<<<<< HEAD
23
title: How to order an InterLink
4+
=======
5+
title: How to create an InterLink
6+
>>>>>>> d1722557a (fix(interlink): meta)
37
description: Learn how to create an InterLink to connect your external infrastructure to your Scaleway cloud, either hosted by a partner or self-hosted with your own physical connection. Step-by-step guide included.
48
dates:
59
validation: 2025-07-09
@@ -43,7 +47,7 @@ This guide takes you through the process of creating an InterLink via the Scalew
4347

4448
3. Choose a [region](/interlink/concepts/#region) for your InterLink. This must correspond to the Scaleway VPC you want to attach later.
4549

46-
3. Select a [physical connection type](/interlink/concepts/#connection-type)for your InterLink, either [hosted](/interlink/reference-content/overview/#hosted-interlinks) or [self-hosted](/interlink/reference-content/overview/#hosted-interlinks).
50+
3. Select a [physical connection type](/interlink/concepts/#connection-type) for your InterLink, either [hosted](/interlink/reference-content/overview/#hosted-interlinks) or [self-hosted](/interlink/reference-content/overview/#hosted-interlinks).
4751

4852
4. Select the following options, depending on your physical connection type:
4953

pages/interlink/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Dive into Scaleway InterLink with our quickstart guides, how-tos, t
55

66
<Message
77
type="note"
8-
title="InterLink is now in Public Beta">
9-
InterLink is now available in [Public Beta](https://www.scaleway.com/en/betas/). Check it out on the [Scaleway console](https://console.scaleway.com/interlink/) or [API](https://www.scaleway.com/en/developers/api/interlink/), and order your InterLink today.
8+
title="Self-hosted InterLink now available">
9+
You can now create self-hosted InterLinks without a partner, by provisioning your own dedicated physical connection to Scaleway's router. Find out more in our [dedicated documentation](/interlink/reference-content/overview/#self-hosted-interlink).
1010
</Message>
1111

1212
<ProductHeader

pages/interlink/quickstart.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ InterLink is Scaleway's product to let you create a secure, private connection b
4343

4444
3. Choose a [region](/interlink/concepts/#region) for your InterLink. This must correspond to the Scaleway VPC you want to attach later.
4545

46-
3. Select a [physical connection type](/interlink/concepts/#connection-type)for your InterLink, either [hosted](/interlink/reference-content/overview/#hosted-interlinks) or [self-hosted](/interlink/reference-content/overview/#self-hosted-interlink).
46+
3. Select a [physical connection type](/interlink/concepts/#connection-type) for your InterLink, either [hosted](/interlink/reference-content/overview/#hosted-interlinks) or [self-hosted](/interlink/reference-content/overview/#self-hosted-interlink).
4747

4848
4. Select the following options, depending on your physical connection type:
4949

@@ -77,7 +77,9 @@ InterLink is Scaleway's product to let you create a secure, private connection b
7777

7878
## How to complete hosted InterLink provisioning.
7979

80+
<Message type="note">
8081
**These steps apply to hosted InterLink's (via partners) only.** For self-hosted InterLinks, continue to [how to configure your InterLink](#how-to-configure-your-interlink)
82+
</Message>
8183

8284
1. Click **InterLink** in the **Network** section of the [Scaleway console](https://console.scaleway.com) side menu. A listing of your InterLinks displays.
8385

pages/interlink/reference-content/configuring.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
title: Configuring an InterLink
3+
<<<<<<< HEAD
34
description: Find out how to set up your Scaleway InterLink so that traffic can flow between your external infrastructure and your Scaleway resources. Understand how to attach a VPC, create a routing policy to whitelist route announcements, and activate route propagation across the connection.
5+
=======
6+
description: Find out how to set up your Scaleway InterLink so that traffic can flow between your external infrastructure and your Scaleway resources. Understand how to attach a VPC, create a routing policy to whitelist route announcements, and activate route propagation across the connection.
7+
>>>>>>> d1722557a (fix(interlink): meta)
48
tags: interlink configuration attach-vpc whitelist route-range ip-prefix route-propagation
59
dates:
610
validation: 2025-07-10

pages/interlink/reference-content/provisioning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Provisioning an InterLink
2+
title: Provisioning a hosted InterLink
33
description: Get help with understanding all the different stages of ordering and provisioning a hosted Scaleway InterLink, from placing the initial order, to dealing with error messages, and deleting the resource if no longer needed.
44
tags: interlink provision order steps partner process error
55
dates:

0 commit comments

Comments
 (0)