Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. ([email protected])


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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9