Skip to content

Commit e3f3335

Browse files
fix(efc): reviews elise 3
1 parent 61595e1 commit e3f3335

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

pages/environmental-footprint/additional-content/bare-metal-env-footprint.mdx

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ categories:
1414
- bare-metal
1515
---
1616

17-
<Message type="note">
18-
This page includes the specificities of the environmental footprint calculation for Bare Metal servers, which also takes into consideration all the elements described in the [Environmental Footprint calculation breakdown](/environmental-footprint/additional-content/environmental-footprint-calculator/) documentation page. Refer to said page for a full breakdown of the Environmental Footprint calculation performed at Scaleway.
17+
At Scaleway the Bare Metal category includes different types of servers, such as:
18+
- Apple silicon servers
19+
- Elastic Metal servers, and
20+
- Dedibox servers.
21+
22+
This page includes the specificities of the environmental footprint calculation for Apple silicon and Elastic Metal servers.
23+
24+
<Message type="important">
25+
The calculations also take into consideration all the elements described in the [Environmental Footprint calculation breakdown](/environmental-footprint/additional-content/environmental-footprint-calculator/) documentation page. Refer to said page for a full breakdown of the Environmental Footprint calculation performed at Scaleway.
1926
</Message>
2027

2128
For bare metal servers, the allocation of environmental impact is straightforward due to the direct association between a user and a server. The environmental impact of a bare metal server is entirely attributed to the user who operates it. This encompasses the energy consumption during its operation, as well as a portion of the impact from the server's manufacturing process.
@@ -32,10 +39,16 @@ The manufacturing impact is prorated based on the server's lifespan and the dura
3239

3340
## Calculation example
3441

35-
For the use of an Elastic Metal server, with a lifespan of 6 years (52 560 hours) and power of 110w, for 100 hours and considering via Boavizta estimates that the impact of the manufacturing of this server is 850 kgCo2e, we make the following calculation:
42+
For the use of an Elastic Metal server, with a lifespan of 6 years (52 560 hours) and power of 110w, for 100 hours and considering via Boavizta estimates that the impact of the manufacturing of this server is 850 kgCo2e, we make the following calculation:
43+
44+
```math
45+
ServerManufacturing = (100 / 52560) * 850 = 1,62 kgCO2e
46+
```
47+
48+
Therefore 1,62 kgCO2e is added to the total manufacturing impact of this server.
3649

37-
```math
38-
ServerManufacturing = (100 / 52560) * 850 = 1,62 kgCO2e
39-
```
50+
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:
4051

41-
Therefore 1,62 kgCO2e is added to the total manufacturing impact for the use of this server.
52+
```math
53+
UsageFootprint = 0,110 x 100 x 0,056 x 1,16 = 0,715 kgCo2e
54+
```

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ You can find the calculation specifications for each of the available products i
125125
- [Bare Metal](/environmental-footprint/additional-content/bare-metal-env-footprint)
126126
- [Instances](/environmental-footprint/additional-content/instances-env-footprint)
127127

128-
129-
130128
### Cross-IT equipment & stock
131129

132130
<Lightbox src="scaleway-allocation-rules-cross-funct-it-equip.webp" alt="" />

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Refer to the table below to understand how the `Resources_Used_VM` is integrated
5656

5757
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.
5858

59-
## Cross-IT equipment & stock calculation for Instances
59+
## Cross-IT equipment calculation for Instances
6060

6161
The only part of the calculation that will differ from the basis is the [Cross-IT equipment & stock calculations](/environmental-footprint/additional-content/environmental-footprint-calculator/#cross-it-equipment-and-stock).
6262

@@ -66,7 +66,7 @@ A consumption profile is a formula that takes in a given workload (e.g. % CPU us
6666

6767
We use the [consumption profiles defined by Boavizta](https://doc.api.boavizta.org/Reference/routes/#consumption-profile-routes) for the CPUs used on Scaleway Instances.
6868

69-
Initially we base the calculation on a [theoretical value](https://doc.api.boavizta.org/Explanations/components/cpu/#usage-impacts) of 30% CPU usage.
69+
Initially we base the calculation on a [theoretical value](/environmental-footprint/additional-content/environmental-footprint-calculator-estimation/) of 30% CPU usage.
7070

7171
### Calculation example
7272

@@ -96,3 +96,5 @@ We multiply the resource allocation by the Instance's lifespan ratio and the hyp
9696
```
9797
1 / 6 x 100 x 0,425 = 7,1 kgCO2eq
9898
```
99+
100+

0 commit comments

Comments
 (0)