Skip to content

Commit 45e543e

Browse files
feat(efc): bls
1 parent 048f28b commit 45e543e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

pages/environmental-footprint/additional-content/block-storage-env-footprint.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This page includes the specificities of the environmental footprint calculation
2121
The total estimated impact of Block Storage volumes is calculated by integrating the:
2222

2323
- **Manufacturing impact** - Related to the physical servers hosting the storage volumes.
24-
- **Cross-IT equipment impact** - The impact of the tools used to manage the Block Storage offers: control plane, monitoring, internal load balancers, and others.
24+
- **Usage Impact** - The impact of the tools used to manage the Block Storage offers: control plane, monitoring, internal load balancers, and others.
2525
- **Energy usage impact** - The average electricity consumption of storage servers and their energy efficiency.
2626

2727
### Ratio per storage volume
@@ -45,19 +45,18 @@ Considering a server with a lifespan of 6 years (52 560 hours) and power of 110w
4545
VolumeManufacturingImpact = (100 / 52560) * 850 * bls_ratio = [À REMPLIR] kgCO2e
4646
```
4747

48-
### Cross-IT equipment impact
48+
### Usage impact
4949

5050
The calculation of the impact of cross-IT equipments takes into consideration the manufacturing and usage impacts of both the control and data plane of the internal Scaleway infrastructure for Block Storage.
5151

52-
- **Control Plane** - Calculate impact as done for Apple Silicon product VMs |
53-
- **Data Plane** - Calculate manufacturing impact via [Boavizta](https://www.boavizta.org/), retrieve electricity consumption estimation and multiply by PUE and energy mix |
52+
- **Control Plane** - Calculate impact as done for Apple Silicon product VMs - hardware and vms
53+
- **Data Plane** - Calculate manufacturing impact via [Boavizta](https://www.boavizta.org/), retrieve electricity consumption estimation and multiply by PUE and energy mix
5454

5555
* The allocation is done **based on electrical power**: we need to retrieve the electrical power dedicated to Block Storage:
5656
* Retrieval of the estimation of the electricity consumption of the Block Storage servers –> [Handbook](https://handbook.scaleway.com/) (static data, like for Elastic Metal).
5757
* Retrieval of the **quantities of hardware of the Data plane**.
5858
* We add the **electricity consumption of the Control Plane VMs**.
5959

60-
6160
To calculate the usage, we consider the French energy mix and the datacenter's PUE. In this example, they are O,056kgCo2e/kwh and 1,16, respectively. Which results in:
6261

6362
```math

pages/environmental-footprint/additional-content/instances-env-footprint.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The calculation using the elements above can be broken down into:
3434
- Energy mix of the country that provides the electricity.
3535

3636
### Usage Impact
37-
- Resources consumed by the Instance, calculated based on the material specifications of the hypervisors.
37+
- Resources consumed by the Instance, [calculated based on the material specifications of the hypervisors](#electricity-consumption-calculation).
3838

3939
### Indirect Emissions
4040
- Impact related to cross-functional services necessary to guarantee the operation of the Instance, such as network and shared storage.
@@ -55,7 +55,7 @@ Refer to the table below to understand how the `Resources_Used_VM` is integrated
5555

5656
To obtain an accurate calculation of the Instance's footprint, we multiply the results in each step of the [basis calculation](/environmental-footprint/additional-content/environmental-footprint-calculator/), bar the Cross-IT equipment & stock calculations step, by the `Resources_Used_VM` ratio.
5757

58-
## Cross-IT equipment calculation for Instances
58+
## Electricity consumption calculation
5959

6060
The only part of the calculation that will differ from the basis is the [Customer Servers](/environmental-footprint/additional-content/environmental-footprint-calculator/#customer-servers) section.
6161

0 commit comments

Comments
 (0)