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

Support AWS io1 io2 and standard EBS volumes #535

Closed demeringo closed 2 weeks ago

demeringo commented 2 weeks ago

Problem

Some EBS volume type are not recognized by CS.

Solution

Alternatives

Additional context or elements

https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html

demeringo commented 2 weeks ago

Add also magnetic (standard) to approximate as HDD

demeringo commented 2 weeks ago

see also #532

demeringo commented 2 weeks ago
{
      "provider": "AWS",
      "id": "vol-EDITED",
      "location": {
        "aws_region": "eu-west-1",
        "iso_country_code": "IRL"
      },
      "resource_details": {
        "block_storage": {
          "storage_type": "standard",
          "usage": {
            "size_gb": 1
          },
          "attached_instances": null
        }
      },
      "tags": [
        {
          "key": "name",
          "value": "a-magnetic-standard-hdd"
        },
        {
          "key": "created-by",
          "value": "odm"
        }
      ]
    },