Skip to content

Commit d2c5764

Browse files
feat(efc): instance metho
1 parent 73c774e commit d2c5764

File tree

1 file changed

+46
-15
lines changed

1 file changed

+46
-15
lines changed

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

+46-15
Original file line numberDiff line numberDiff line change
@@ -116,33 +116,64 @@ To accurately calculate the environmental impact of each server used directly fo
116116

117117
Each product will have its own set of criteria to allocate the environmental footprint, considering factors such as server utilization rates, operational timeframes, and the specific technical requirements of the product. By customizing the allocation rules for each offering, we can ensure a more accurate and fair representation of the environmental impact associated with each product.
118118

119-
#### Bare Metal
119+
You can find the specifications of calculation for each of the available products in the list below. Click on a product name to expand or collapse its details.
120120

121-
<Lightbox src="scaleway-allocation-rules-customer-it-equip.webp" alt="" />
121+
<Concept>
122+
#### Bare Metal
122123

123-
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 utilizing it. This encompasses the energy consumption during its operation, as well as a portion of the impact from the server's manufacturing process.
124+
<Lightbox src="scaleway-allocation-rules-customer-it-equip.webp" alt="" />
124125

125-
The manufacturing impact is prorated based on the server's lifespan and the duration of its use by the customer. By dividing the total manufacturing impact by the expected lifetime of the server and then allocating it according to the specific usage period, we ensure that each user is accountable for their fair share of the server's overall environmental footprint.
126+
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 utilizing it. This encompasses the energy consumption during its operation, as well as a portion of the impact from the server's manufacturing process.
126127

127-
<Message type="important">
128-
Currently, our calculations for Elastic Metal GPU servers do not include the environmental impact of GPU manufacturing due to insufficient data from the manufacturer. While the impact of CPUs, RAM, disk, and energy consumption is accounted for, the absence of GPU manufacturing data means the figures provided today are underestimated.
128+
The manufacturing impact is prorated based on the server's lifespan and the duration of its use by the customer. By dividing the total manufacturing impact by the expected lifetime of the server and then allocating it according to the specific usage period, we ensure that each user is accountable for their fair share of the server's overall environmental footprint.
129129

130-
We will update our methodology as soon as more reliable data on GPU manufacturing becomes available.
131-
</Message>
130+
<Message type="important">
131+
Currently, our calculations for Elastic Metal GPU servers do not include the environmental impact of GPU manufacturing due to insufficient data from the manufacturer. While the impact of CPUs, RAM, disk, and energy consumption is accounted for, the absence of GPU manufacturing data means the figures provided today are underestimated.
132132

133-
##### Calculation example
133+
We will update our methodology as soon as more reliable data on GPU manufacturing becomes available.
134+
</Message>
134135

135-
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:
136+
##### Calculation example
136137

137-
```math
138-
ServerManufacturing = (100 / 52560) * 850 = 1,62 kgCO2e
139-
```
138+
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:
139+
140+
```math
141+
ServerManufacturing = (100 / 52560) * 850 = 1,62 kgCO2e
142+
```
143+
144+
Therefore 1,62 kgCO2e is added to the total manufacturing impact for the use of this server.
145+
</Concept>
146+
147+
<Concept>
148+
#### Instances
149+
150+
For Instances, the calculation of the environmental footprint takes into consideration all the elements already described on this page.
151+
152+
The calculations performed across all phases of the product lifecycle are considered, including the calculations for Bare Metal, as Instances are hosted on physical servers.
140153

141-
Therefore 1,62 kgCO2e is added to the total manufacturing impact for the use of this server.
154+
The following elements are additionally considered:
155+
- **Hypervisor resources** - the resources (CPU, RAM, and disk, for example) used in the physical hypervisor servers that create and run the virtual Instances.
156+
- **Instance offer resources** - the vCPU, RAM, and disk resources used when you use an Instance.
142157

143-
#### Instances
158+
The calculation for the elements above can be broken down into:
159+
- **Manufacturing Impact**
160+
- Manufacturing of the underlying physical servers (hypervisors) necessary to run the Instances.
161+
- Distribution of the manufacturing impact according to the resources consumed by the Instance (vCPU, RAM, storage).
162+
- **Operational Impact**
163+
- Energy consumption of the hypervisors during Instance usage.
164+
- [Power Usage Effectiveness (PUE)](/environmental-footprint/concepts#pue-power-usage-effectiveness) specific to the data center where the Instance is hosted.
165+
- Energy mix of the country that provides the electricity.
166+
- **Usage Impact**
167+
- Resources consumed by the Instance, calculated based on the material specifications of the hypervisors.
168+
- **Indirect Emissions**
169+
- Impact related to cross-functional services necessary to guarantee the operation of the Instance, such as network and shared storage.
144170

171+
When calculating the footprint of an Instance, you must distribute the resources according to their proportional consumption on the hypervisor:
145172

173+
- **CPU** - Consider the share of vCPUs reserved compared to the total number of physical cores available.
174+
- **RAM** - Consider the share of allocated RAM compared to the total RAM of the hypervisor.
175+
- **Storage** - Consider the use of allocated storage compared to the total capacity of the hypervisor.
176+
</Concept>
146177

147178
### Cross-IT equipment & stock
148179

0 commit comments

Comments
 (0)