We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud scanner can provide estimations about impacts of Block Storage but this is not clearly explained in the doc.
In particular:
Add a chapter in the documentation to explain how EBS impacts are estimated depending on the type of storage.
cloud-scanner/cloud-scanner-cli/src/model.rs
Line 114 in 7f27a7c
cloud-scanner/cloud-scanner-cli/src/boavizta_api_v1.rs
Line 94 in 7f27a7c
The text was updated successfully, but these errors were encountered:
See also the exchanges in Boavizta Public chat: https://chat.boavizta.org/public-boavizta/pl/1h9hnk3h638axqffcqeyjf69dw
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
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
cloud-scanner/cloud-scanner-cli/src/model.rs
Line 114 in 7f27a7c
cloud-scanner/cloud-scanner-cli/src/boavizta_api_v1.rs
Line 94 in 7f27a7c
The text was updated successfully, but these errors were encountered: