-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Bug description
Cloud scanner can provide estimations about impacts of Block Storage but this is not clearly explained in the doc.
In particular:
- supported volume types:
- St1 and sc1 => approximated as HDD
- gp2 and gp3 => approximated as SSD
- explicit that we return only manufacture impact (no data for the use phase in API)
- explicit if we return all volumes (attached or not to an instance)
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
- Storage types:
cloud-scanner/cloud-scanner-cli/src/model.rs
Line 114 in 7f27a7c
BlockStorage { - How different storage types are approximated:
match storage_type.as_str() {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation