Skip to content

Commit 3c29a2f

Browse files
authored
fix(docs): review (#5622)
1 parent 12e3a43 commit 3c29a2f

17 files changed

+32
-32
lines changed

pages/nats/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: NATS - Concepts
33
description: Understand the core concepts of Scaleway NATS. Explore fundamental principles for efficient message handling and service optimization.
44
tags: messaging queuing concepts nats
55
dates:
6-
validation: 2025-04-01
6+
validation: 2025-10-07
77
posted: 2025-04-01
88
---
99

@@ -49,7 +49,7 @@ The publish/subscribe model relies on a [message broker](#message-broker) to rel
4949

5050
NATS is available in multiple regions. A region designates the geographical area where the service is hosted. Refer to the [product availability table](/account/reference-content/products-availability/) to check which regions are available for NATS.
5151

52-
When [creating a NATS account](/nats/how-to/create-account), you need to do this on a region-by-region basis. The region drop-down in the console allows you to switch between available regions.
52+
When [creating NATS accounts](/nats/how-to/create-account), you need to do this on a region-by-region basis. The region drop-down in the console allows you to switch between available regions.
5353

5454
## Scaleway NATS
5555

pages/nats/faq.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
title: NATS FAQ
33
description: Discover Scaleway NATS, and get answers to all your most commonly asked questions, including information on compatibility with various services, and billing.
44
dates:
5-
validation: 2025-04-01
5+
validation: 2025-10-07
66
productIcon: NatsProductIcon
77
---
88

99
## What is Scaleway NATS?
1010

1111
Scaleway NATS is a managed messaging service that leverages the open-source [NATS messaging system](/nats/concepts/#nats-messaging-system) to enable seamless communication between distributed applications and microservices. It allows you to implement your messaging streams without the hassle of managing the infrastructure, scaling or updates.
1212

13-
## Can I configure Scaleway NATS via Terraform/OpenTofu?
14-
15-
Yes, check out our [tutorial](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/guides/mnq_with_nats_terraform_provider) on how to configure Scaleway NATS with the Terraform/OpenTofu [NATS Jetstream provider](https://registry.terraform.io/providers/nats-io/jetstream/latest/docs).
16-
1713
## What is the NATS messaging system?
1814

1915
The **N**eural **A**utonomic **T**ransport **S**ystem, or [NATS](https://nats.io/), is a distributed messaging system, designed to be lightweight and high-performance. It implements both of the following:
@@ -26,6 +22,10 @@ Billing is based on [message volume](/nats/concepts/#message-volume) (the total
2622

2723
For full pricing details, see our [dedicated pricing page](https://www.scaleway.com/en/pricing/).
2824

25+
## Can I configure Scaleway NATS via Terraform/OpenTofu?
26+
27+
Yes, check out our [tutorial](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/guides/mnq_with_nats_terraform_provider) on how to configure Scaleway NATS with the Terraform/OpenTofu [NATS Jetstream provider](https://registry.terraform.io/providers/nats-io/jetstream/latest/docs).
28+
2929
## Can I access the NATS monitoring endpoint in order to deploy autoscaling tools?
3030

3131
The monitoring endpoint is not available on Scaleway NATS. Although you can access your account monitoring information through [Scaleway Cockpit](/cockpit/), this may not be usable by third-party autoscaling tools. As a workaround, you may consider coding a solution whereby your worker monitors consumption information via the metadata on each received message and provides this information to your scaling logic.

pages/nats/how-to/create-account.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create a NATS account
33
description: Kickstart your journey with Scaleway NATS. Learn how to set up, manage, and optimize your NATS services effortlessly.
44
tags: messaging queuing enable disable nats account
55
dates:
6-
validation: 2025-04-01
6+
validation: 2025-10-07
77
posted: 2025-04-01
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -23,7 +23,7 @@ To start using a NATS message broker, you must first create a NATS account. This
2323

2424
1. Click **NATS** in the **Data and Analytics** section of the Scaleway console side menu.
2525

26-
2. Click **Create a NATS account**. The creation wizard displays.
26+
2. Click **Create NATS account**. The creation wizard displays.
2727

2828
<Lightbox image={image} alt="In the Scaleway console, the Create a NATS Account screen displays. The different parts of the page are detailed in the steps below." />
2929

pages/nats/how-to/create-credentials.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create credentials for NATS
33
description: Learn how to create credentials for Scaleway NATS. Securely manage access, and ensure seamless integration with this step-by-step guide.
44
tags: credentials messaging queuing key token nats
55
dates:
6-
validation: 2025-04-01
6+
validation: 2025-10-07
77
posted: 2025-04-01
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -12,7 +12,7 @@ import image from './assets/scaleway-nats-overview.webp'
1212
import image2 from './assets/scaleway-nats-creds.webp'
1313

1414

15-
This page shows how to create [credentials](/nats/concepts/#credentials) for Scaleway NATS (previously part of the Messaging and Queuing product). Credentials give their bearer (e.g. services and platforms) access to your service.
15+
This page shows how to create [credentials](/nats/concepts/#credentials) for Scaleway NATS. Credentials give their bearer (e.g. services and platforms) access to your service.
1616

1717
You can create multiple sets of credentials for each of your NATS accounts.
1818

pages/nats/how-to/delete-account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to delete a NATS account
33
description: Delete a Scaleway NATS account effectively. Safely remove resources with this straightforward guide.
44
dates:
5-
validation: 2025-04-01
5+
validation: 2025-10-07
66
posted: 2025-04-01
77
tags: delete messaging queuing messaging-and-queuing service delete nats-account
88
---

pages/nats/how-to/manage-credentials.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to manage credentials for Scaleway NATS
33
description: Master managing credentials for Scaleway NATS. Follow this guide to securely update, rotate, and control access to your messaging services.
44
dates:
5-
validation: 2025-04-01
5+
validation: 2025-10-07
66
posted: 2025-04-01
77
tags: manage credentials nats permissions update revoke
88
---
@@ -11,7 +11,7 @@ import Requirements from '@macros/iam/requirements.mdx'
1111

1212
Credentials give their bearer (e.g. services and platforms) access to your service.
1313

14-
This page shows how to manage [credentials](/nats/concepts/#credentials) for Scaleway NATS (previously part of the Messaging and Queuing product).
14+
This page shows how to manage [credentials](/nats/concepts/#credentials) for Scaleway NATS.
1515

1616
Note that the only management action available for NATS credentials is revocation. Once credentials are revoked, any user trying to use the credentials to connect to the service will be denied.
1717

pages/nats/how-to/monitor-nats-cockpit.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to monitor NATS with Scaleway Cockpit
33
description: Monitor your NATS service with Scaleway Cockpit. This guide helps you track performance to manage your messaging services efficiently.
44
tags: messaging queuing nats cockpit metrics observability
55
dates:
6-
validation: 2025-04-01
6+
validation: 2025-10-07
77
posted: 2025-04-01
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -30,11 +30,15 @@ To view your metrics with Cockpit, you will use a Grafana dashboard which is acc
3030

3131
1. Click **NATS** in the **Data and Analytics** section of the Scaleway console side menu.
3232

33-
2. Click the **Metrics** tab.
33+
2. Use the drop-down menu to select the [region](/nats/concepts/#region) of the NATS account you want to view metrics for.
3434

35-
3. Click **Open Grafana metrics dashboard**.
35+
3. Click the NATS account whose metrics you want to view.
3636

37-
4. Enter your Grafana username and password to log in.
37+
4. Click the **Metrics** tab.
38+
39+
5. Click **Open Grafana metrics dashboard**.
40+
41+
6. Enter your Grafana username and password to log in.
3842

3943
You are directed to the NATS dashboard, where you can view all your metrics.
4044

pages/nats/quickstart.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: NATS - Quickstart
33
description: Get started with Scaleway NATS. This quickstart guide helps you easily set up and manage scalable messaging solutions in minutes.
44
dates:
5-
validation: 2025-04-01
5+
validation: 2025-10-07
66
posted: 2025-04-01
77
tags: messaging queuing queueing quickstart messaging-and-queuing nats message-broker queues topics messages streams jetstream
88
---
@@ -19,10 +19,6 @@ import image3 from './assets/scaleway-nats-creds.webp'
1919

2020
Scaleway NATS is a managed message broker tool that allows you to transfer messages between different microservices and platforms. This enables them to "talk" to each other effectively even if they are not otherwise compatible. This enables and simplifies microservices application development and allows you to build highly scalable, reliable, distributed applications.
2121

22-
<Message type="note">
23-
Scaleway NATS was previously part of our Messaging and Queuing product, and has now become a product in its own right.
24-
</Message>
25-
2622
<Requirements />
2723

2824
- A Scaleway account logged into the [console](https://console.scaleway.com)

pages/queues/api-cli/connect-aws-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connecting Scaleway Queues to the AWS-CLI
33
description: This page explains how to connect Scaleway Queues to the AWS-CLI
44
tags: messaging queues sqs aws-cli cli aws sdk python boto
55
dates:
6-
validation: 2025-04-02
6+
validation: 2025-10-07
77
posted: 2025-04-02
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/queues/api-cli/queues-aws-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using Scaleway Queues with the AWS-CLI
33
description: This page explains how to use Scaleway Queues with the AWS CLI
44
tags: messaging sqs aws-cli cli aws queues messages
55
dates:
6-
validation: 2025-04-02
6+
validation: 2025-10-07
77
posted: 2025-04-02
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

0 commit comments

Comments
 (0)