https://github.com/cloudforet-io/plugin-aws-hyperbilling-cost-datasource
https://github.com/cloudforet-io/plugin-aws-hyperbilling-cost-datasource
cost-analysis data-source plugin
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-aws-hyperbilling-cost-datasource
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2022-09-05T01:11:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T07:26:37.000Z (about 1 year ago)
- Last Synced: 2025-03-26T07:04:16.994Z (about 1 year ago)
- Topics: cost-analysis, data-source, plugin
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-aws-hyperbilling-cost-datasource
Plugin for collecting AWS HyperBilling data
---
## Secret Data
*Schema*
* spaceone_endpoint (str): SpaceONE Identity Endpoint (grpc or http)
* spaceone_client_secret (str): Credentials for SpaceONE authentication
* aws_access_key_id (str): AWS Access Key to access HyperBilling data
* aws_secret_access_key (str): AWS Secret Key to access HyperBilling data
* aws_region (str): AWS Region to access HyperBilling data
* aws_s3_bucket (str): S3 Bucket with HyperBilling data
*Example*
{
"spaceone_endpoint": "grpc://identity.spaceone.svc.cluster.local:50051 or http://example.spaceone.com/identity:8000",
"spaceone_client_secret": "*****",
"aws_access_key_id": "*****",
"aws_secret_access_key": "*****",
"aws_region": "ap-northeast-2",
"aws_s3_bucket": "*****"
}
## Options
*Example*