David Ekchajzer
David Ekchajzer
## NOM AWS AGENT SELF CALLING ## STORY As an AWS EC2 instance owner, I want to launch a script to get the impacts of my instance (manufacture and usage)...
## Bug description RAM and CPUs power are assessed for the number of units. When their impacts are assessed, we also apply the number of units. RAM and CPU impacts....
## Problem Most of the cloud instances we implement doesn't include storage since cloud providers offers storage as a service which can be linked to an instance. We should add...
## Problem We would like to add VR headset impacts calculation in the API. ## Solution ### Routers As with all equipment (e.g. laptop), we need to add the following...
## Problem A large part of the documentation could be automatically generated : - [x] #261 - [ ] #262 - [ ] #263 - ~~#264~~ Default values are not...
## Problem As we did for AWS (https://boavizta.github.io/boaviztapi/Explanations/devices/cloud/) we should be able to retrieve the impacts of GCP instances. ## Solution The same implementation as AWS instances. ## Additional context...
## Problem In addition to #65 we would need to add a feature to model the power consumption of GPU component as we did of RAM and CPU. ## Solution...
## Problem ```usage_location``` can only be given in the NATO trigram (see: https://github.com/Boavizta/boaviztapi/blob/main/boaviztapi/data/electricity/electricity_impact_factors.csv). When the API is used to retrieve the impacts of cloud instances it could be easier for...