https://github.com/cloudforet-io/plugin-aws-cost-explorer-cost-datasource
https://github.com/cloudforet-io/plugin-aws-cost-explorer-cost-datasource
cost-analysis data-source plugin
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudforet-io/plugin-aws-cost-explorer-cost-datasource
- Owner: cloudforet-io
- License: apache-2.0
- Created: 2023-05-09T09:05:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T02:15:39.000Z (11 months ago)
- Last Synced: 2025-04-29T03:31:14.420Z (11 months ago)
- Topics: cost-analysis, data-source, plugin
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin-aws-cost-explorer-cost-datasource
Plugin for collecting AWS Cost Explorer data
---
## Secret Data
*Schema*
* aws_access_key_id (str): AWS Access Key to access Cost Explorer
* aws_secret_access_key (str): AWS Secret Key to access Cost Explorer
* role_arn (str): (Optional) AWS Role ARN to access Cost Explorer
* external_id (str) : (Optional) AWS External ID to access Cost Explorer
*Example*
{
"aws_access_key_id": "*****",
"aws_secret_access_key": "*****",
"role_arn": "*****",
"external_id": "*****"
}
## Options
Currently, not required.