https://github.com/cloudforet-io/plugin-aws-phd-inven-collector
Plugins for AWS Personal Health Dashboard Collector
https://github.com/cloudforet-io/plugin-aws-phd-inven-collector
collector inventory plugin
Last synced: about 1 year ago
JSON representation
Plugins for AWS Personal Health Dashboard Collector
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-aws-phd-inven-collector
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-09-05T01:11:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T16:36:55.000Z (about 2 years ago)
- Last Synced: 2025-03-26T07:04:29.191Z (about 1 year ago)
- Topics: collector, inventory, plugin
- Language: Python
- Homepage:
- Size: 6.37 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS PHD(Personal Health Dashboard) Collector
### Plugin to collect AWS Personal Health Dashboard
> SpaceONE's [plugin-aws-phd-inven-collector](https://github.com/spaceone-dev/plugin-aws-phd-inven-collector) is a convenient tool to get PHD(Personal Heath Dashboard) from AWS.
Find us also at [Dockerhub](https://hub.docker.com/repository/docker/spaceone/aws-cloud-services)
> Latest stable version : 1.4.6
Please contact us if you need any further information. ()
---
## 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
* [No message from plugin](https://github.com/cloudforet-io/plugin-aws-phd-inven-collector/issues/4)
### Ver 1.4.3
Bugfix
* [modify cloud service type](https://github.com/spaceone-dev/plugin-aws-phd-inven-collector/commit/a93be4c7be6e2311b19bee825243fed802020630)
### 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