cloudforet-io / plugin-aws-phd-inven-collector

Plugins for AWS Personal Health Dashboard Collector

Repository from Github https://github.comcloudforet-io/plugin-aws-phd-inven-collectorRepository from Github https://github.comcloudforet-io/plugin-aws-phd-inven-collector

AWS PHD(Personal Health Dashboard) Collector



Version License: Apache 2.0

Plugin to collect AWS Personal Health Dashboard

SpaceONE's plugin-aws-phd-inven-collector is a convenient tool to get PHD(Personal Heath Dashboard) from AWS.

Find us also at Dockerhub

Latest stable version : 1.4.6

Please contact us if you need any further information. (support@spaceone.dev)


Collecting Contents

  • Table of Contents
    • Event

Authentication Overview

Registered service account on SpaceONE must have certain permissions to collect cloud service data Please, set authentication privilege for followings:


{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "health:Describe*"
            ],
            "Effect": "Allow",
            "Resource": "*"
        }
    ]
}


Release Note

Ver 1.4.6

Bugfix

Ver 1.4.3

Bugfix

Ver 1.4.2

Bugfix

  • Error resource (#20)

Ver 1.4.1

Enhancement

  • Apply Error resource (#19)

Ver 1.4

  • Add name field for standardization.(#15)
  • Remove to_date filter in query to collect future data all

About

Plugins for AWS Personal Health Dashboard Collector

License:Apache License 2.0


Languages

Language:Python 97.1%Language:Makefile 1.9%Language:Dockerfile 1.0%