tehlers320 / classis

Compiles statistics about a fleet of AWS resources and pushes them in a graphite format to Kinesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classis

Query aws and report all instanace types to graphite

config example

{
  "region": "ap-southeast-2",
  "stream": "stream-name",
  "role": "arn:aws:iam::839025751174:role/my_aws_describe_instances_role",
  "inspection_roles": [
    {
      "role": "arn:aws:iam::839025751174:role/aws_describe_permissions"
    }
  ]
}

About

Compiles statistics about a fleet of AWS resources and pushes them in a graphite format to Kinesis


Languages

Language:Go 100.0%