-
Notifications
You must be signed in to change notification settings - Fork 260
fix(ipam): add info on ip billing #5192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
97b2a89
fix(ipam): add info on ip billing
RoRoJ b8d2e30
Update pages/ipam/reference-content/understanding-ip-billing.mdx
RoRoJ 27d7b22
Update pages/ipam/reference-content/understanding-ip-billing.mdx
RoRoJ a9b6678
fix(ipam): clarify billing is an example
RoRoJ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| --- | ||
| meta: | ||
| title: Understanding billing for Scaleway IP addresses | ||
| description: Learn how Scaleway bills flexible (public), and private IP addresses. Get help to understand your bill, with common questions answered. | ||
| content: | ||
| h1: Understanding billing for Scaleway IP addresses | ||
| paragraph: Learn how Scaleway bills flexible (public), and private IP addresses. Get help to understand your bill, with common questions answered. | ||
| tags: flexible-ip billing private-ip reserved-ip | ||
| dates: | ||
| validation: 2025-06-26 | ||
| posted: 2025-06-26 | ||
| categories: | ||
| - network | ||
| --- | ||
|
|
||
| This document aims to help you understanding how Scaleway bills **public** and **private** IP addresses. | ||
|
|
||
| ## Public IP addresses - flexible IPs | ||
|
|
||
| Public connectivity for **Instances**, **Elastic Metal**, **Load Balancers** and **Public Gateways** is facilitated by a [flexible IP address](/ipam/reference-content/public-connectivity-best-practices/#flexible-ip-addresses-definition). A flexible IP address is a public IP address that you can attach and detach from the resource at will. | ||
|
|
||
| - Flexible IP addresses are billed separately to the resources they are attached to. | ||
| - Hourly rates for different types of flexible IP addresses can be found on the [Scaleway pricing page](https://www.scaleway.com/en/pricing/network/#additional-ip). Note that while flexible IPv4 addresses are generally billable, flexible IPv6 addresses are often free. | ||
| - Hourly billing for a flexible IP begins when you reserve it and ends when you delete it from your account. It is billed even if it is not attached to a resource. | ||
| - Prices are rounded to a minimum amount of €0.01 on a per-IP basis. This means that if you keep a given flexible IP for only a short duration (less than a day), its billing may be higher than you expect. See example below. | ||
|
|
||
| <Message type="tip"> | ||
| **Rounding of hourly billing for flexible IP addresses** | ||
| <br /> | ||
| The following scenario exemplifies the rounding used: | ||
| <br /> | ||
| - A flexible IPv4 address is billed at €0.004 per hour | ||
| - You create **three** flexible IP addresses at 3pm and delete them all **1 hour** later at 4pm | ||
| - Cost incurred per IP address is therefore `0.0004 * 1 = €0.0004` | ||
RoRoJ marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - As this does not meet the minimum billable amount of €0.01, the cost for each IP is rounded to `€0.01` | ||
| - You will therefore be charged `3 x 0.01 = €0.03` | ||
| </Message> | ||
|
|
||
| ## Other types of public IP | ||
|
|
||
| Depending on the resource type, it may have possibilities for other types of public IP other than a flexible IP. Billing will therefore be different: many of these types of IP are free (e.g. public endpoints for Managed Databases). | ||
|
|
||
| For the most up-to-date information on hourly rates, always check the [pricing page](https://www.scaleway.com/en/pricing/) or the **Estimated cost calculator** that displays in the Scaleway console whenever you create a resource. | ||
|
|
||
| ## Private IP addresses | ||
|
|
||
| Whenever you attach a resource to a [Private Network](/vpc/how-to/attach-resources-to-pn/), it gets a private IPv4 and/or IPv6 address on that network. | ||
|
|
||
| Private IP addresses at Scaleway are always free of charge. This applies to both auto-allocated and [IPAM-reserved](/ipam/how-to/reserve-ip/) private IPs. | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.