You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the general case, Cloud scanner perform a separate inventory of instances and block storage.
When estimating impacts, CS adds the impacts of instance and block storage.
In Boavizta API The archetype of most aws instances are configured with a zero sized storage, so counting separately (and summing) the impacts of instances and storage is not an issue. Example: a1.4xlarge
In the general case, Cloud scanner perform a separate inventory of instances and block storage.
When estimating impacts, CS adds the impacts of instance and block storage.
In Boavizta API The archetype of most aws instances are configured with a zero sized storage, so counting separately (and summing) the impacts of instances and storage is not an issue. Example:
a1.4xlarge
See the definition of aws archetypes here: https://github.com/Boavizta/boaviztapi/blob/main/boaviztapi/data/archetypes/cloud/aws.csv
Howether, some instances are configured with non zero sotrage in Boavizta API. Example:
c1.medium
We should investigate if this does not lead to double accounting of the storage.
The text was updated successfully, but these errors were encountered: