Skip to content

ImMin5/plugin-aws-hyperbilling-cost-datasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Dockerfile 1.8%