An open API service indexing awesome lists of open source software.

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

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*