Boavizta / cloud-scanner

📡 Get Boavizta impact data for your aws cloud account usage.
GNU Affero General Public License v3.0
32 stars 7 forks source link

Document how cloud scanner provides estimations for Block storage (EBS) #532

Closed demeringo closed 3 months ago

demeringo commented 3 months ago

Bug description

Cloud scanner can provide estimations about impacts of Block Storage but this is not clearly explained in the doc.

In particular:

To Reproduce

Expected behavior

Add a chapter in the documentation to explain how EBS impacts are estimated depending on the type of storage.

JSON OUTPUT

Additional context

demeringo commented 3 months ago

See also the exchanges in Boavizta Public chat: https://chat.boavizta.org/public-boavizta/pl/1h9hnk3h638axqffcqeyjf69dw

demeringo commented 3 months ago

In Cloud Scanner, today EBS volumes are (very roughly!) approximated by either SSD or HDD (from the Boavizta API) depending on the AWS storage type.

Basically,

EBS volumes of type "st1" or "sc1" are approximated as HDD.
EBS volumes of types gp2 and gp3 are approximated as SSD.