From 09c886594fba05c572e1129273dc201eeb10fd1b Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:00:29 +0200 Subject: [PATCH 1/3] fix(efc): add ref values --- menu/navigation.json | 4 ++ .../calculation-values-reference.mdx | 53 +++++++++++++++++++ .../environmental-footprint-integration.mdx | 4 +- pages/environmental-footprint/faq.mdx | 14 ++++- 4 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 pages/environmental-footprint/additional-content/calculation-values-reference.mdx diff --git a/menu/navigation.json b/menu/navigation.json index 9e5eb18777..6564630fc9 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -277,6 +277,10 @@ "label": "Calculation breakdown", "slug": "environmental-footprint-calculator" }, + { + "label": "Calculation reference values", + "slug": "calculation-values-reference" + }, { "label": "Calculator product integration", "slug": "environmental-footprint-integration" diff --git a/pages/environmental-footprint/additional-content/calculation-values-reference.mdx b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx new file mode 100644 index 0000000000..ae1bd0f323 --- /dev/null +++ b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx @@ -0,0 +1,53 @@ +--- +meta: + title: Calculation feference values + description: This page provides a reference for the calculation values used to estimate the environmental impact of Scaleway's infrastructure. +content: + h1: Calculation values feference + paragraph: This page provides a central location for accessing the key values used in calculating the environmental footprint of Scaleway's services. +tags: environmental-impact calculation-values datacentre reference +dates: + validation: 2025-06-09 + posted: 2025-06-09 +categories: +- environmental-footprint +- reference-values +--- + +The values referenced below are the ones used by Scaleway in the [Environmental Footprint calculation](/environmental-footprint/additional-content/environmental-footprint-calculator). + +## Energy mix +| Country | Energy Mix (kgCO2e/kWh) | +| --- | --- | +| France | 0.056 | +| Netherlands | 0.268 | +| Poland | 0.661 | + +**Source**: [Ember](https://ember-climate.org/) + + +## Datacenter PUE/WUE + +| Datacenter | PUE | WUE | +| --- | --- | --- | +| fr-par-1 | 1.46 | 0.014 | +| fr-par-2 | 1.16 | 0.214 | +| fr-par-3 | 1.44 | 0.004 | +| nl-ams-1 | 1.38 | 0.85 | +| nl-ams-2 | 1.4 | NA | +| nl-ams-3 | 1.2 | NA | +| pl-waw-1 | 1.51 | NA | +| pl-waw-2 | 1.32 | NA | +| pl-waw-3 | 1.43 | NA | + +**Source**: + +## Lifespan +| Component | Lifespan (years) | +| --- | --- | +| Hardware | 6 | +| Data Center | 25 | +| Network Hardware Equipment | 10 | + +**Source**: + diff --git a/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx b/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx index 7b6535dd88..afcf12da65 100644 --- a/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx +++ b/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx @@ -26,8 +26,8 @@ The following tables provide details about the Scaleway products that currently | **Product Name** | **Environmental Footprint calculator available** | |----------------------------|---------------------------------| -| Dedibox | **Not integrated yet** | -| Instances | **Not integrated yet** | +| Dedibox | **Integration ongoing** | +| Instances | **Integration ongoing** | | GPU Instances | **Not integrated yet** | | Kubernetes | **Not integrated yet** | | Container Registry | **Not integrated yet** | diff --git a/pages/environmental-footprint/faq.mdx b/pages/environmental-footprint/faq.mdx index e984c6270c..383a05d8de 100644 --- a/pages/environmental-footprint/faq.mdx +++ b/pages/environmental-footprint/faq.mdx @@ -20,4 +20,16 @@ Refer to the [environmental footprint calculation breakdown](/environmental-foot ## Why does my environmental impact data vary over time? -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. \ No newline at end of file +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. + +## Is hardware equipment recycled at Scaleway? + +Scaleway is committed to responsible hardware recycling practices. + +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%. + +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. + +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. + +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. \ No newline at end of file From 18147e3aec8ecf2fc62982ea2ba7fcf0c7dfedb9 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:49:20 +0200 Subject: [PATCH 2/3] fix(efc): reviews 1 Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- .../additional-content/calculation-values-reference.mdx | 6 +++--- pages/environmental-footprint/faq.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/environmental-footprint/additional-content/calculation-values-reference.mdx b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx index ae1bd0f323..a7e0ed5b5e 100644 --- a/pages/environmental-footprint/additional-content/calculation-values-reference.mdx +++ b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx @@ -1,11 +1,11 @@ --- meta: - title: Calculation feference values + title: Calculation reference values description: This page provides a reference for the calculation values used to estimate the environmental impact of Scaleway's infrastructure. content: - h1: Calculation values feference + h1: Calculation values reference paragraph: This page provides a central location for accessing the key values used in calculating the environmental footprint of Scaleway's services. -tags: environmental-impact calculation-values datacentre reference +tags: environmental-impact calculation-values datacenter reference dates: validation: 2025-06-09 posted: 2025-06-09 diff --git a/pages/environmental-footprint/faq.mdx b/pages/environmental-footprint/faq.mdx index 383a05d8de..86dbd565d5 100644 --- a/pages/environmental-footprint/faq.mdx +++ b/pages/environmental-footprint/faq.mdx @@ -28,7 +28,7 @@ Scaleway is committed to responsible hardware recycling practices. 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%. -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. +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. 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. From a81914362f2befc3fea99f84a2a9c680e2d94483 Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:56:48 +0200 Subject: [PATCH 3/3] fix(efc): reviews2 --- .../additional-content/calculation-values-reference.mdx | 5 +++-- .../environmental-footprint-integration.mdx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/environmental-footprint/additional-content/calculation-values-reference.mdx b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx index a7e0ed5b5e..3d22e50eb2 100644 --- a/pages/environmental-footprint/additional-content/calculation-values-reference.mdx +++ b/pages/environmental-footprint/additional-content/calculation-values-reference.mdx @@ -40,7 +40,9 @@ The values referenced below are the ones used by Scaleway in the [Environmental | pl-waw-2 | 1.32 | NA | | pl-waw-3 | 1.43 | NA | -**Source**: +**Sources**: + - [FR-PAR-1](https://pue.dc2.opcore.eu/en/) + - [FR-PAR-5](https://pue.dc5.opcore.eu/en/) ## Lifespan | Component | Lifespan (years) | @@ -49,5 +51,4 @@ The values referenced below are the ones used by Scaleway in the [Environmental | Data Center | 25 | | Network Hardware Equipment | 10 | -**Source**: diff --git a/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx b/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx index afcf12da65..7cb7f6d14f 100644 --- a/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx +++ b/pages/environmental-footprint/additional-content/environmental-footprint-integration.mdx @@ -28,13 +28,13 @@ The following tables provide details about the Scaleway products that currently |----------------------------|---------------------------------| | Dedibox | **Integration ongoing** | | Instances | **Integration ongoing** | +| Block Storage | **Integration ongoing** | | GPU Instances | **Not integrated yet** | | Kubernetes | **Not integrated yet** | | Container Registry | **Not integrated yet** | | Managed Inference | **Not integrated yet** | | Generative APIs | **Not integrated yet** | | Object Storage | **Not integrated yet** | -| Block Storage | **Not integrated yet** | | Managed Databases for PostgreSQL and MySQL | **Not integrated yet** | | Serverless Functions | **Not integrated yet** | | Serverless Containers | **Not integrated yet** |