Skip to content

Commit 778d2e9

Browse files
fix(efc): add ref values MTA-6049 (#5086)
--------- Co-authored-by: Jessica <[email protected]>
1 parent c474411 commit 778d2e9

File tree

4 files changed

+74
-4
lines changed

4 files changed

+74
-4
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@
277277
"label": "Calculation breakdown",
278278
"slug": "environmental-footprint-calculator"
279279
},
280+
{
281+
"label": "Calculation reference values",
282+
"slug": "calculation-values-reference"
283+
},
280284
{
281285
"label": "Calculator product integration",
282286
"slug": "environmental-footprint-integration"
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
meta:
3+
title: Calculation reference values
4+
description: This page provides a reference for the calculation values used to estimate the environmental impact of Scaleway's infrastructure.
5+
content:
6+
h1: Calculation values reference
7+
paragraph: This page provides a central location for accessing the key values used in calculating the environmental footprint of Scaleway's services.
8+
tags: environmental-impact calculation-values datacenter reference
9+
dates:
10+
validation: 2025-06-09
11+
posted: 2025-06-09
12+
categories:
13+
- environmental-footprint
14+
- reference-values
15+
---
16+
17+
The values referenced below are the ones used by Scaleway in the [Environmental Footprint calculation](/environmental-footprint/additional-content/environmental-footprint-calculator).
18+
19+
## Energy mix
20+
| Country | Energy Mix (kgCO2e/kWh) |
21+
| --- | --- |
22+
| France | 0.056 |
23+
| Netherlands | 0.268 |
24+
| Poland | 0.661 |
25+
26+
**Source**: [Ember](https://ember-climate.org/)
27+
28+
29+
## Datacenter PUE/WUE
30+
31+
| Datacenter | PUE | WUE |
32+
| --- | --- | --- |
33+
| fr-par-1 | 1.46 | 0.014 |
34+
| fr-par-2 | 1.16 | 0.214 |
35+
| fr-par-3 | 1.44 | 0.004 |
36+
| nl-ams-1 | 1.38 | 0.85 |
37+
| nl-ams-2 | 1.4 | NA |
38+
| nl-ams-3 | 1.2 | NA |
39+
| pl-waw-1 | 1.51 | NA |
40+
| pl-waw-2 | 1.32 | NA |
41+
| pl-waw-3 | 1.43 | NA |
42+
43+
**Sources**:
44+
- [FR-PAR-1](https://pue.dc2.opcore.eu/en/)
45+
- [FR-PAR-5](https://pue.dc5.opcore.eu/en/)
46+
47+
## Lifespan
48+
| Component | Lifespan (years) |
49+
| --- | --- |
50+
| Hardware | 6 |
51+
| Data Center | 25 |
52+
| Network Hardware Equipment | 10 |
53+
54+

pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ The following tables provide details about the Scaleway products that currently
2626

2727
| **Product Name** | **Environmental Footprint calculator available** |
2828
|----------------------------|---------------------------------|
29-
| Dedibox | **Not integrated yet** |
30-
| Instances | **Not integrated yet** |
29+
| Dedibox | **Integration ongoing** |
30+
| Instances | **Integration ongoing** |
31+
| Block Storage | **Integration ongoing** |
3132
| GPU Instances | **Not integrated yet** |
3233
| Kubernetes | **Not integrated yet** |
3334
| Container Registry | **Not integrated yet** |
3435
| Managed Inference | **Not integrated yet** |
3536
| Generative APIs | **Not integrated yet** |
3637
| Object Storage | **Not integrated yet** |
37-
| Block Storage | **Not integrated yet** |
3838
| Managed Databases for PostgreSQL and MySQL | **Not integrated yet** |
3939
| Serverless Functions | **Not integrated yet** |
4040
| Serverless Containers | **Not integrated yet** |

pages/environmental-footprint/faq.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,16 @@ Refer to the [environmental footprint calculation breakdown](/environmental-foot
2020

2121
## Why does my environmental impact data vary over time?
2222

23-
Your environmental impact data may change due to updates in the energy mix of data center locations, adjustments to PUE, or enhancements in our calculation methodology. These updates ensure that your reports reflect the most accurate and up-to-date information, enhancing transparency and trust in our reporting system.
23+
Your environmental impact data may change due to updates in the energy mix of data center locations, adjustments to PUE, or enhancements in our calculation methodology. These updates ensure that your reports reflect the most accurate and up-to-date information, enhancing transparency and trust in our reporting system.
24+
25+
## Is hardware equipment recycled at Scaleway?
26+
27+
Scaleway is committed to responsible hardware recycling practices.
28+
29+
All equipment is thoroughly tested in our data centers and repaired whenever possible, with a notable example being the testing of over 45,000 disks in 2024, resulting in a reuse rate of nearly 30%.
30+
31+
For equipment that cannot be repaired, we partner with [Loxy](https://www.loxy.fr/about), a company specializing in the collection, recycling, and reuse of electronic waste.
32+
33+
To ensure transparency and accountability, certificates of treatment or reconditioning are obtained for each batch processed, and our approach is aligned with the European WEEE directive and the internal standards of the Iliad group.
34+
35+
Furthermore, Scaleway maintains rigorous monitoring and reporting procedures, submitting declarations to the relevant state authorities through the [Trackdéchets](https://trackdechets.beta.gouv.fr/) platform.

0 commit comments

Comments
 (0)