Skip to content
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

fix(efc): diagrams #4646

Merged
merged 2 commits into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Therefore 1,62 kgCO2e is added to the total manufacturing impact for the use of

Our calculation will also incorporate the environmental footprint of all transversal tools essential for the functioning of the Scaleway.

To determine their manufacturing impact, we add the environmental footprint of each machine hosting these transversal tools over the duration of customer usage. This aggregated impact will then be divided by the total number of customers. A "customer" is defined as an active organization, that is to say an organization which consumes and which is billed.
To determine their manufacturing impact, we add the environmental footprint of each machine hosting these transversal tools over the duration of customer usage. This aggregated impact will then be allocated to each resource based on the electrical power it consumes. The resource's allocated impact will be proportional to its power consumption and in relation to the total power consumption of the infrastructure.

To determine stock manufacturing impact, we will divide the sum of the impact of all hardware components in stock by the total number of servers.

Expand All @@ -157,7 +157,7 @@ To determine stock manufacturing impact, we will divide the sum of the impact of

Finally, our comprehensive environmental impact calculation will include the "Non-IT cross-functional elements." This category encompasses the environmental footprint of all other essential components required for Scaleway's operations, such as office facilities, employee transportation, the company cafeteria, and various logistical aspects.

To integrate this into the overall calculation, we will first get the total environmental impact of these non-IT elements from Scaleway Impact report. This total impact will then be divided by the number of customers. This approach ensures that every customer shares a portion of the environmental burden associated with maintaining the broader operational infrastructure, thereby providing a complete and transparent picture of Scaleway's environmental footprint.
To integrate this into the overall calculation, we will first get the total environmental impact of these non-IT elements from Scaleway Impact report. This total impact will then be allocated to each resource based on the electrical power it consumes. A resource's allocated impact will be proportional to its power consumption and in relation to the total power consumption of the infrastructure.

### Water consumption

Expand Down Expand Up @@ -188,4 +188,5 @@ Therefore, the total water consumption for the server would be:

```
500 kWh × 0.014 liters/kWh = 7 liters/month
```
```

Loading