cloud-scanner-cli 3.2.0

Boavizta's Cloud-scanner estimates the environmental impacts of your AWS EC2 usage
Documentation
{
  "metadata": {
    "inventoryDate": "2024-05-30 12:21:03.0Z",
    "description": "A test inventory"
  },
  "resources": [
    {
      "provider": "AWS",
      "id": "instance-1",
      "location": {
        "aws_region": "eu-west-1",
        "iso_country_code": "IRL"
      },
      "resource_details": {
        "instance": {
          "instance_type": "a1.medium",
          "usage": {
            "average_cpu_load": 0.3,
            "state": "running"
          }
        }
      },
      "tags": []
    },
    {
      "provider": "AWS",
      "id": "instance-2",
      "location": {
        "aws_region": "eu-west-1",
        "iso_country_code": "IRL"
      },
      "resource_details": {
        "instance": {
          "instance_type": "m6g.xlarge",
          "usage": {
            "average_cpu_load": 0,
            "state": "stopped"
          }
        }
      },
      "tags": []
    }
  ]
}