Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
66 stars 23 forks source link

AWS storage estimations #183

Open demeringo opened 1 year ago

demeringo commented 1 year ago

Problem

Provide estimations related to AWS storage (this would ease https://github.com/Boavizta/cloud-scanner/issues/272).

Solution

Idea is to map AWS (and others Cloud Service Providers) storage types to data we already have (SSD, HDD...) with cloud specific archetypes.

This is similar to what is done with Instances (mapped to servers).

Alternatives

Not sure if it should belong to cloud-scanner or API (I believe that by integrating to API more people could benefit)

Additional context or elements

Without more info from cloud providers, we know it will be an estimation (and that is likely to under estimate the impacts of control plan for storage).

da-ekchajzer commented 1 year ago

Great idea. I think that it's what I mentioned here https://github.com/Boavizta/boaviztapi/issues/143.

If you feel you can try to implement it, I think It's pretty easy. We can launch a live coding session to do it collectively.