Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pages/billing/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Billing - Concepts
description: Understand the key billing concepts in the Scaleway console.
tags: billing account pricing payment
dates:
validation: 2025-02-17
validation: 2025-08-25
---

## Billing alerts
Expand Down Expand Up @@ -65,10 +65,14 @@ Pay-as-you-go is a billing system in which you only pay for what you consume ins

The payment methods registered on your account are used to pay your invoice. You can set one of your payment methods as the default and manage your different payment methods from the console.

Refer to the [How to add a payment method](/billing/how-to/add-payment-method) documentation page for more information.

## Project

A Project is a grouping of Scaleway [resources](/iam/concepts/#resource). Each Scaleway Organization comes with a default Project, and you can create new Projects if necessary. Projects are cross-regional, meaning resources located in different [regions](/instances/concepts/#region) can be grouped into one single Project. When grouping resources into different Projects, you can use [IAM](/iam/concepts/#iam) to define custom access rights for each Project.

Refer to the [How to create a project](/organizations-and-projects/how-to/create-a-project) documentation page for more information.

## Pro-rata billing

You are billed pro rata on certain products for the initial month of a subscription. This means the charge is adjusted to reflect the portion of the first month you used the product. Starting from the second month and onward, you are billed in full at the beginning of each month, covering the entire upcoming billing period in advance. This billing model ensures that you pay for the service based on your actual usage for the first month and then in advance for subsequent months.
Expand Down
2 changes: 1 addition & 1 deletion pages/iam/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Permissions sets (e.g.`InstanceReadAccess`) and their [scope](#scope) (e.g. "on

## Policy

Policies control user rights by defining one or more [rules](#rule) to apply to the attached [principals](#principal) (users, groups, or applications). A policy rule has two parts: [permission set](#permission-set) and [scope](#scope).
Policies control user rights by defining one or more [rules](#rule) to apply to the attached [principals](#principal) (users, groups, or applications). A policy rule has three parts: [permission set](#permission-set), [scope](#scope) and [conditions](#conditions).

For each policy rule, you specify one or more permission sets (e.g. "list all Instances") and their scope (e.g. "on Project A only"). This therefore defines the actions that the principles can carry out on resources within the scope.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: How to enforce security requirements for IAM members in your Organization
description: This page shows you how to edit the grace period IAM members have to comply with security requirements and enforce password renewal.
dates:
validation: 2025-02-11
validation: 2025-08-25
posted: 2025-02-11
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Setting up logical replication as a subscriber in PostgreSQL
description: Learn how to set up and use logical replication as a subscriber in PostgreSQL to migrate your database with zero downtime
tags: postgresql logical replication subscriber migration database
dates:
validation: 2025-02-20
validation: 2025-08-25
posted: 2025-02-20
---

Expand Down Expand Up @@ -31,7 +31,7 @@ To be able to create a subscription, you must have the privileges of the `pg_cre
1. Grant `pg_create_subscription` and CREATE privileges to your role of choice. In this example we use `my_replication_user`. Make sure you replace all variables with the information of your databases.

<Message type="note">
You must follow the step below as an admin. Only users with admin rights can grant `pg_create_subscription` to other users.
You must follow the step below as an admin. Only users with admin rights can grant `pg_create_subscription` to other users.
</Message>

```sql
Expand Down Expand Up @@ -74,7 +74,7 @@ To be able to create a subscription, you must have the privileges of the `pg_cre

When creating a subscription from a Scaleway Database Instance to a public IP, the public interface of the Database Instance node is used to connect to the publisher. This might incur in the following consequences:

- If you only have a private endpoint, your Database Instance will still have a public management IP address. The ports are all closed, stopping all connections except the one with the publisher database. All outgoing data is securely encrypted.
- If you only have a private endpoint, your Database Instance will still have a public management IP address. The ports are all closed, stopping all connections except the one with the publisher database. All outgoing data is securely encrypted.
- If your Database Instance set-up is composed of more than one node, your IP address is subject to change. In case of failover, for example, the IP address connecting to the publisher database will change. We cannot predict the new IP your nodes might take. However, you can use [Scaleway's Autonomous System](https://ipinfo.io/AS12876) to check the number (ASN) of your primary node's IP address, and look up the IP address allocation for the ASN. This can help you predict the IP address of your failover nodes.
- There is a limit to the number of subscriptions that can be created per Database Instance offer. You can find the table of maximum number of subscriptions per node type below.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Setting up and using the pg_cron extension
description: This page explains how to set up and use the pg_cron extension on Scaleway's Managed Databases for PostgreSQL.
tags: managed-database postgresql pg_cron pg-extensions
dates:
validation: 2025-02-18
validation: 2025-08-25
posted: 2025-02-18
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to create a database
description: Learn how to add a new database to your PostgreSQL and MySQL Database Instances.
tags: managed-database database postgresql ferretdb database-instance mongodb
dates:
validation: 2025-02-17
validation: 2025-08-25
posted: 2023-08-01
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to delete a database
description: Guide to deleting databases in your PostgreSQL and MySQL Database Instances.
tags: managed-database postgresql mysql
dates:
validation: 2025-02-17
validation: 2025-08-25
posted: 2023-08-01
---
import Requirements from '@macros/iam/requirements.mdx'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Dealing with Database Instance unavailability
description: Troubleshoot Database Instance unavailability for Managed Databases for Redis™.
tags: unavailability databases
dates:
validation: 2025-02-17
validation: 2025-08-25
posted: 2025-02-17
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to connect an existing MongoDB® Database Instance to a Private Netwo
description: Instructions for connecting your MongoDB® Database Instance over a Private Network.
tags: managed-mongodb mongodb private-network database-instance
dates:
validation: 2025-02-17
validation: 22025-08-25
posted: 2025-02-17
---
import SshBastionMdb from '@macros/databases/ssh-bastion-mdb.mdx'
Expand Down