Skip to content

Commit a383737

Browse files
RoRoJjcirinosclwy
andauthored
fix(ipam): add info on ip billing (#5192)
* fix(ipam): add info on ip billing * Update pages/ipam/reference-content/understanding-ip-billing.mdx Co-authored-by: Jessica <[email protected]> * Update pages/ipam/reference-content/understanding-ip-billing.mdx * fix(ipam): clarify billing is an example --------- Co-authored-by: Jessica <[email protected]>
1 parent d2b9b1b commit a383737

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,6 +3993,10 @@
39933993
{
39943994
"label": "IPV6 and the Scaleway ecosystem",
39953995
"slug": "ipv6"
3996+
},
3997+
{
3998+
"label": "Understanding billing for IP addresses",
3999+
"slug": "understanding-ip-billing"
39964000
}
39974001
],
39984002
"label": "Additional Content",
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
meta:
3+
title: Understanding billing for Scaleway IP addresses
4+
description: Learn how Scaleway bills flexible (public), and private IP addresses. Get help to understand your bill, with common questions answered.
5+
content:
6+
h1: Understanding billing for Scaleway IP addresses
7+
paragraph: Learn how Scaleway bills flexible (public), and private IP addresses. Get help to understand your bill, with common questions answered.
8+
tags: flexible-ip billing private-ip reserved-ip
9+
dates:
10+
validation: 2025-06-26
11+
posted: 2025-06-26
12+
categories:
13+
- network
14+
---
15+
16+
This document aims to help you understand how Scaleway bills **public** and **private** IP addresses.
17+
18+
## Public IP addresses - flexible IPs
19+
20+
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.
21+
22+
- Flexible IP addresses are billed separately to the resources they are attached to.
23+
- 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.
24+
- 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.
25+
- 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.
26+
27+
<Message type="tip">
28+
29+
**Rounding of hourly billing for flexible IP addresses**
30+
<br />
31+
The following scenario exemplifies the rounding used.
32+
Note that you should always check the [Scaleway pricing page](https://www.scaleway.com/en/pricing/network/#additional-ip) for the most up-to-date hourly rates.
33+
<br />
34+
- A flexible IPv4 address is billed, for example, at €0.004 per hour
35+
- You create **three** flexible IP addresses at 3pm and delete them all **1 hour** later at 4pm
36+
- Cost incurred per IP address is therefore `0.0004 x 1 = €0.0004`
37+
- As this does not meet the minimum billable amount of €0.01, the cost for each IP is rounded to `€0.01`
38+
- You will therefore be charged `3 x 0.01 = €0.03`
39+
</Message>
40+
41+
## Other types of public IP
42+
43+
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).
44+
45+
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.
46+
47+
## Private IP addresses
48+
49+
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.
50+
51+
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.
52+

0 commit comments

Comments
 (0)